Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/api/animationtimeline/index.md
6540 views
---
title: AnimationTimeline slug: Web/API/AnimationTimeline page-type: web-api-interface browser-compat: api.AnimationTimeline
---

{{ APIRef("Web Animations") }}

The AnimationTimeline interface of the Web Animations API represents the timeline of an animation. This interface exists to define timeline features (inherited by {{domxref("DocumentTimeline")}} and future timeline types) and is not itself directly used by developers. Anywhere you see AnimationTimeline, you should use DocumentTimeline or any other timeline type instead.

Instance properties

  • {{domxref("AnimationTimeline.currentTime")}} {{ReadOnlyInline}}

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also