Re: [css-animations] Multiple animations and easing

On May 5, 2011, at 5:48 AM, Eric A. Meyer wrote:

>   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.

Did you try a WebKit nightly? We did have some bugs in this area, IIRC. If you can point me to a testcase, I'll check.

SImon

Received on Thursday, 5 May 2011 15:41:44 UTC