[css-animations] Multiple animations and easing

    Before I go off reporting bugs, I just want to double-check here. 
Supposing the following:

    animation: bounce 2s ease-out infinite alternate,
       move 10s linear infinite alternate;

...each animation should have its own easing, right?  Aurora does so, 
but WebKit applies 'ease-out' to both animations.  My reading of the 
syntax says that Aurora is correct, but I've been known to misread 
the value syntaxes when they get complicated.

-- 
Eric A. Meyer (eric@meyerweb.com)     http://meyerweb.com/

Received on Thursday, 5 May 2011 12:49:05 UTC