AnimationTimeline
Baseline Widely available *
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.
* Some parts of this feature may have varying levels of support.
TheAnimationTimeline interface of theWeb Animations API represents the timeline of an animation. This interface exists to define timeline features, inherited by other timeline types:
In this article
Instance properties
currentTimeRead onlyReturns the time value in milliseconds for this timeline or
nullif this timeline is inactive.durationRead onlyReturns the maximum value for this timeline or
null.
Specifications
| Specification |
|---|
| Web Animations> # the-animationtimeline-interface> |