Liking cljdoc? Tell your friends :D
ClojureScript only.

web.animation.DocumentTimeline

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`).
raw docstring

current-timecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close