The DocumentTimeline interface of the the Web Animations API
animation timelines, including the default document timeline
via Document.timeline
).
The DocumentTimeline interface of the the Web Animations API animation timelines, including the default document timeline via `Document.timeline`).
(current-time this)
Property.
[Read Only] [Experimental]
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. [Read Only] [Experimental] 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 |