@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AnimationEventInit")
public static interface AnimationEventInit.Builder
extends AnimationEventInit
AnimationEventInit.Builder| Modifier and Type | Method and Description |
|---|---|
default AnimationEventInit.Builder |
animationName(java.lang.String animationName) |
default AnimationEventInit.Builder |
bubbles(boolean bubbles) |
default AnimationEventInit.Builder |
cancelable(boolean cancelable) |
default AnimationEventInit.Builder |
composed(boolean composed) |
default AnimationEventInit.Builder |
elapsedTime(double elapsedTime) |
default AnimationEventInit.Builder |
pseudoElement(java.lang.String pseudoElement) |
animationName, create, elapsedTime, pseudoElement, setAnimationName, setElapsedTime, setPseudoElementbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default AnimationEventInit.Builder animationName(@Nonnull java.lang.String animationName)
@JsOverlay @Nonnull default AnimationEventInit.Builder elapsedTime(double elapsedTime)
@JsOverlay @Nonnull default AnimationEventInit.Builder pseudoElement(@Nonnull java.lang.String pseudoElement)
@JsOverlay @Nonnull default AnimationEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default AnimationEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default AnimationEventInit.Builder composed(boolean composed)