Class DocumentTimeline
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The DocumentTimeline interface of the Web Animations API represents animation timelines, including the default document timeline (accessed via Timeline).
[Value("DocumentTimeline")]
public class DocumentTimeline : AnimationTimeline
- Inheritance
-
DocumentTimeline
- Inherited Members
Remarks
-Web Animations API
-AnimationTimeline
-CurrentTime
-Timeline
-DocumentTimeline(DocumentTimelineOptions)
Constructors
DocumentTimeline()
public DocumentTimeline()
DocumentTimeline(DocumentTimelineOptions)
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.
public DocumentTimeline(DocumentTimelineOptions options = null)
Parameters
optionsDocumentTimelineOptions