Package elemental2.dom
Interface AnimationEvent.AnimationEventAnimationEventInitDictType
-
- Enclosing class:
- AnimationEvent
@JsType(isNative=true, name="?", namespace="<global>") public static interface AnimationEvent.AnimationEventAnimationEventInitDictType
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AnimationEvent.AnimationEventAnimationEventInitDictType
create()
java.lang.String
getAnimationName()
double
getElapsedTime()
java.lang.String
getPseudoElement()
void
setAnimationName(java.lang.String animationName)
void
setElapsedTime(double elapsedTime)
void
setPseudoElement(java.lang.String pseudoElement)
-
-
-
Method Detail
-
create
@JsOverlay static AnimationEvent.AnimationEventAnimationEventInitDictType create()
-
getAnimationName
@JsProperty java.lang.String getAnimationName()
-
getElapsedTime
@JsProperty double getElapsedTime()
-
getPseudoElement
@JsProperty java.lang.String getPseudoElement()
-
setAnimationName
@JsProperty void setAnimationName(java.lang.String animationName)
-
setElapsedTime
@JsProperty void setElapsedTime(double elapsedTime)
-
setPseudoElement
@JsProperty void setPseudoElement(java.lang.String pseudoElement)
-
-