class js.html.AnimationEvent extends Event
Available on js
AnimationEvent
objects provide information about events that occur related to CSS animations.Documentation for this class was provided by MDN.
Instance Fields
var elapsedTime:Float
The amount of time, in seconds, the animation had been running at the time the event occurred.