@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DocumentTimeline")
public class DocumentTimeline
extends AnimationTimeline
| Constructor and Description |
|---|
DocumentTimeline()
The DocumentTimeline() constructor of the Web Animations API creates a new instance of the DocumentTimeline object associated with the active document of the current browsing context.
|
DocumentTimeline(DocumentTimelineOptions options)
The DocumentTimeline() constructor of the Web Animations API creates a new instance of the DocumentTimeline object associated with the active document of the current browsing context.
|
currentTime, phaseassign, 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 DocumentTimeline(@Nonnull
DocumentTimelineOptions options)
public DocumentTimeline()