Summary
The Web Animations API allows for synchronizing and timing changes to the presentation of a Web page, i.e. animation of DOM elements, by combining two models: the Timing Model and the Animation Model.
1
It can also be used to construct animations and control their playback with JavaScript.
2
The Web Animations API opens the browser's animation capabilities to developers.
2
According to