The DocumentTimeline interface of the the Web Animations API represents animation timelines, including the default document timeline (accessed via Document.timeline).

Documentation DocumentTimeline by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Constructor

new(?options:Null<DocumentTimelineOptions>)

Throws:

null

DOMError

Inherited Variables

Defined by AnimationTimeline

read onlycurrentTime:Float

Returns the time value in milliseconds for this timeline or null if this timeline is inactive.

Inherited Methods