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 animationName:String

The name of the animation on which the animation event occurred.

var elapsedTime:Float

The amount of time, in seconds, the animation had been running at the time the event occurred.

function new(type:String, ?canBubble:Bool, ?cancelable:Bool):Void