Haxe API Documentation
Back
|
Index
extern
class
js.html.AnimationEvent
extends
Event
Available in js
AnimationEvent
objects provide information about events that occur related to
CSS animations
.
Documentation for this class was provided by
MDN
.
var
animationName(default,null) :
String
The name of the animation on which the animation event occurred.
var
elapsedTime(default,null) :
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
Back
|
Index