Package elemental2.dom
Class AnimationEvent
- java.lang.Object
-
- elemental2.dom.Event
-
- elemental2.dom.AnimationEvent
-
@JsType(isNative=true, namespace="<global>") public class AnimationEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AnimationEvent.AnimationEventAnimationEventInitDictType
-
Nested classes/interfaces inherited from class elemental2.dom.Event
Event.DeepPathFn
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
animationName
double
elapsedTime
java.lang.String
pseudoElement
-
Fields inherited from class elemental2.dom.Event
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
-
-
Constructor Summary
Constructors Constructor Description AnimationEvent(java.lang.String type)
AnimationEvent(java.lang.String type, AnimationEvent.AnimationEventAnimationEventInitDictType animationEventInitDict)
-
Method Summary
-
Methods inherited from class elemental2.dom.Event
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
-
-
-
-
Constructor Detail
-
AnimationEvent
public AnimationEvent(java.lang.String type, AnimationEvent.AnimationEventAnimationEventInitDictType animationEventInitDict)
-
AnimationEvent
public AnimationEvent(java.lang.String type)
-
-