The DocumentTimeline interface of the Web Animations API represents animation timelines, including the default document timeline (accessed via Document.timeline).
On this page
DocumentTimeline
Constructor
-
DocumentTimeline() -
Creates a new
DocumentTimelineobject associated with the active document of the current browsing context.
Instance properties
This interface inherits its property from its parent, AnimationTimeline.
-
AnimationTimeline.currentTime -
Returns the time value in milliseconds for this timeline or
nullif it is inactive.
Specifications
| Specification |
|---|
| Web Animations # the-documenttimeline-interface |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
DocumentTimeline |
84 | 84 | 75 | No | 70 | 13.1 | 84 | 84 | 79 | 60 | 13.4 | 14.0 |
DocumentTimeline |
84 | 84 | 75 | No | 70 | 13.1 | 84 | 84 | 79 | 60 | 13.4 | 14.0 |
See also
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/DocumentTimeline