@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AnimationPlaybackEvent")
public class AnimationPlaybackEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
AnimationPlaybackEvent(java.lang.String type)
The AnimationPlaybackEvent() constructor of the Web Animations API returns a new AnimationPlaybackEvent object instance.
|
AnimationPlaybackEvent(java.lang.String type,
AnimationPlaybackEventInit eventInitDict)
The AnimationPlaybackEvent() constructor of the Web Animations API returns a new AnimationPlaybackEvent object instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
currentTime()
The currentTime read-only property of the AnimationPlaybackEvent interface represents the current time of the animation that generated the event at the moment the event is queued.
|
java.lang.Double |
timelineTime()
The timelineTime read-only property of the AnimationPlaybackEvent interface represents the time value of the animation's timeline at the moment the event is queued.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic AnimationPlaybackEvent(@Nonnull
java.lang.String type,
@Nonnull
AnimationPlaybackEventInit eventInitDict)
public AnimationPlaybackEvent(@Nonnull
java.lang.String type)
@JsProperty(name="currentTime") @Nullable public java.lang.Double currentTime()
@JsProperty(name="timelineTime") @Nullable public java.lang.Double timelineTime()