Path: blob/main/files/en-us/web/api/animationtimeline/index.md
6540 views
------{{ APIRef("Web Animations") }}
The AnimationTimeline interface of the Web Animations API represents the timeline of an animation. This interface exists to define timeline features (inherited by {{domxref("DocumentTimeline")}} and future timeline types) and is not itself directly used by developers. Anywhere you see AnimationTimeline, you should use DocumentTimeline or any other timeline type instead.
Instance properties
{{domxref("AnimationTimeline.currentTime")}} {{ReadOnlyInline}}
: Returns the time value in milliseconds for this timeline or
nullif this timeline is inactive.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{domxref("DocumentTimeline")}}
{{domxref("Document.timeline")}}