Re: [css3-animations] animation-reverse: none | all | even | odd

[fix] it should have been:

    animation-pattern: ab-ab;     // normal
    animation-pattern: ab-ba;     // alternate
    animation-pattern: ba-ba;     // reverse
    animation-pattern: ba-ab;     // alternate reverse

Received on Sunday, 6 May 2012 13:33:50 UTC