@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AnimationTimeline")
public class AnimationTimeline
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
AnimationTimeline() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
currentTime()
The currentTime read-only property of the Web Animations API's AnimationTimeline interface returns the timeline's current time in milliseconds, or null if the timeline is inactive.
|
java.lang.String |
phase() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="currentTime") @Nullable public java.lang.Double currentTime()
@JsProperty(name="phase") @Nonnull @TimelinePhase public java.lang.String phase()