1. CSS Animation

    Complex method of animating certain properties of an element

  2. Web Animations API

    Lets you create animations that are run in the browser, as well as inspect and manipulate animations created through declarative means like CSS.

  3. CSS will-change property

    Method of optimizing animations by informing the browser which elements will change and what properties will change.

  4. animation api: browsers automatically remove indefinite filling animations

  5. document api: getanimations

  6. element api: `animationstart` event

  7. element api: getanimations

  8. shadowroot api: getanimations

  9. svgsvgelement api: animationspaused

  10. svgsvgelement api: pauseanimations

  11. svgsvgelement api: unpauseanimations