files/en-us/web/api/documenttimeline/index.md
{{ APIRef("Web Animations") }}
The DocumentTimeline interface of the Web Animations API represents animation timelines, including the default document timeline (accessed via {{domxref("Document.timeline")}}).
{{InheritanceDiagram}}
DocumentTimeline object associated with the active document of the current browsing context.This interface inherits its property from its parent, {{domxref("AnimationTimeline")}}.
null if it is inactive.{{Specifications}}
{{Compat}}