The AnimationTimeline interface of the Web Animations API represents
timeline of an animation. This interface exists to define timeline
(inherited by web.animation.DocumentTimeline
and future timeline
and is not itself directly used by developers. Anywhere you see
you should use DocumentTimeline or any other timeline type instead.
The AnimationTimeline interface of the Web Animations API represents timeline of an animation. This interface exists to define timeline (inherited by `web.animation.DocumentTimeline` and future timeline and is not itself directly used by developers. Anywhere you see you should use DocumentTimeline or any other timeline type instead.
(current-time this)
Property.
The currentTime read-only property of the Web Animations API's interface returns the timeline's current time in milliseconds, null if the timeline is inactive.
var currentTime = AnimationTimeline.currentTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/AnimationTimeline/currentTime
Property. The currentTime read-only property of the Web Animations API's interface returns the timeline's current time in milliseconds, null if the timeline is inactive. `var currentTime = AnimationTimeline.currentTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AnimationTimeline/currentTime`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |