@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface AnimationPlaybackEventInit.Builder
extends AnimationPlaybackEventInit
AnimationPlaybackEventInit.Builder| Modifier and Type | Method and Description |
|---|---|
default AnimationPlaybackEventInit.Builder |
bubbles(boolean bubbles) |
default AnimationPlaybackEventInit.Builder |
cancelable(boolean cancelable) |
default AnimationPlaybackEventInit.Builder |
composed(boolean composed) |
default AnimationPlaybackEventInit.Builder |
currentTime(java.lang.Double currentTime) |
default AnimationPlaybackEventInit.Builder |
timelineTime(java.lang.Double timelineTime) |
currentTime, of, setCurrentTime, setTimelineTime, timelineTimebubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default AnimationPlaybackEventInit.Builder currentTime(@Nullable java.lang.Double currentTime)
@JsOverlay @Nonnull default AnimationPlaybackEventInit.Builder timelineTime(@Nullable java.lang.Double timelineTime)
@JsOverlay @Nonnull default AnimationPlaybackEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default AnimationPlaybackEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default AnimationPlaybackEventInit.Builder composed(boolean composed)