web api interface
AnimationTimeline
The AnimationTimeline interface of the Web Animations API represents the timeline of an animation. This interface exists to define timeline features, inherited by other timeline types:
Instance properties
currentTimeRead only- : Returns the time value in milliseconds for this timeline or
nullif this timeline is inactive.
- : Returns the time value in milliseconds for this timeline or
durationRead only- : Returns the maximum value for this timeline or
null.
- : Returns the maximum value for this timeline or
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.