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 is a website building & hosting documentation for Clojure/Script libraries
× close