DocumentTimeline
open class DocumentTimeline(options: DocumentTimelineOptions = definedExternally) : AnimationTimeline(source)
The DocumentTimeline
interface of the Web Animations API represents animation timelines, including the default document timeline (accessed via Document.timeline).