docs.rodeo

MDN Web Docs mirror

Web Animations API

{{DefaultAPISidebar("Web Animations")}} 

The Web Animations API allows for synchronizing and timing changes to the presentation of a Web page, i.e. animation of DOM elements. It does so by combining two models: the Timing Model and the Animation Model.

Concepts and usage

The Web Animations API provides a common language for browsers and developers to describe animations on DOM elements. To get more information on the concepts behind the API and how to use it, read Using the Web Animations API.

Web Animations interfaces

Extensions to other interfaces

The Web Animations API adds features to {{domxref("document")}}  and {{domxref("element")}} .

Extensions to the Document interface

Extensions to the Element interface

Specifications

{{Specifications}} 

See also

In this article

View on MDN