@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.
|
currentTimepublic DocumentTimeline(@Nonnull
DocumentTimelineOptions options)
public DocumentTimeline()