Re: [css-animation] animation-fill-mode and animation groups

On 6/3/11 4:27 AM, Alan Gresley wrote:
> I tried to create a Gecko friendly script for the same demo but I could
> not find the correct documentation that works with Aurora.
>
> https://developer.mozilla.org/en/DOM/Event/AnimationEvent

This works fine in Gecko if you just do the standard prefix replacements:

   s/-webkit/-moz/
   s/style\.webkit/style.Moz/

In any case, why do you need JS here, exactly?  Just to respond to the 
user clicks?  That is you _want_ the next turn to only happen on click?

-Boris

Received on Friday, 3 June 2011 12:57:02 UTC