| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
animationName() |
default AnimationEventInit |
animationName(java.lang.String animationName) |
default AnimationEventInit |
bubbles(boolean bubbles) |
default AnimationEventInit |
cancelable(boolean cancelable) |
default AnimationEventInit |
composed(boolean composed) |
static AnimationEventInit |
create() |
double |
elapsedTime() |
default AnimationEventInit |
elapsedTime(double elapsedTime) |
java.lang.String |
pseudoElement() |
default AnimationEventInit |
pseudoElement(java.lang.String pseudoElement) |
void |
setAnimationName(java.lang.String animationName) |
void |
setElapsedTime(double elapsedTime) |
void |
setPseudoElement(java.lang.String pseudoElement) |
bubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static AnimationEventInit create()
@JsProperty(name="animationName") java.lang.String animationName()
@JsProperty
void setAnimationName(@Nonnull
java.lang.String animationName)
@JsOverlay @Nonnull default AnimationEventInit animationName(@Nonnull java.lang.String animationName)
@JsProperty(name="elapsedTime") double elapsedTime()
@JsProperty void setElapsedTime(double elapsedTime)
@JsOverlay @Nonnull default AnimationEventInit elapsedTime(double elapsedTime)
@JsProperty(name="pseudoElement") java.lang.String pseudoElement()
@JsProperty
void setPseudoElement(@Nonnull
java.lang.String pseudoElement)
@JsOverlay @Nonnull default AnimationEventInit pseudoElement(@Nonnull java.lang.String pseudoElement)
@JsOverlay @Nonnull default AnimationEventInit bubbles(boolean bubbles)
@JsOverlay @Nonnull default AnimationEventInit cancelable(boolean cancelable)
cancelable in interface EventInit@JsOverlay @Nonnull default AnimationEventInit composed(boolean composed)