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

constructorcljs

(constructor & args)

Constructor.

The DocumentTimeline() constructor of the Web Animations API creates a new instance of the web.animation.DocumentTimeline object associated with the active document of the current browsing context.

options An object specifying options for the new timeline. Currently the only supported option is the originTime member which specifies the zero time for the documentTimeline as a real number of milliseconds relative to the navigationStart moment of the active document for the current browsing context.

See also: https://developer.mozilla.org/en-US/docs/Web/API/DocumentTimeline/DocumentTimeline

Constructor.

The DocumentTimeline() constructor of the Web Animations API creates a new instance of the `web.animation.DocumentTimeline` object associated with the active document of the current browsing context.

options
An object specifying options for the new timeline. Currently the only supported option is the originTime member which specifies the zero time for the documentTimeline as a real number of milliseconds relative to the `navigationStart` moment of the active document for the current browsing context.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DocumentTimeline/DocumentTimeline`
sourceraw 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