1. CSS Motion Path

    Allows elements to be animated along SVG paths or shapes via the `offset-path` property. Originally defined as the `motion-path` property.

  2. SVG SMIL animation

    Method of using animation elements to animate SVG images

  3. 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.

  4. element api: animate

  5. element api: animate: implicit to/from keyframes are supported

  6. element api: animate: `options.composite` parameter

  7. element api: animate: `options.id` parameter

  8. element api: animate: `options.iterationcomposite` parameter

  9. element api: animate: `options.pseudoelement` parameter

  10. element api: animate: `options.timeline` parameter

  11. svganimatecolorelement api

  12. svganimateelement api

  13. svganimatemotionelement api

  14. svganimatetransformelement api

  15. svgpolygonelement api: animatedpoints

  16. svgpolylineelement api: animatedpoints

  17. svg element: animate

  18. svg element: animatemotion

  19. svg element: animatemotion: calcmode

  20. svg element: animatemotion: keypoints

  21. svg element: animatemotion: origin

  22. svg element: animatemotion: path

  23. svg element: animatemotion: rotate

  24. svg element: animatetransform

  25. svg element: animatetransform: by

  26. svg element: animatetransform: from

  27. svg element: animatetransform: to

  28. svg element: animatetransform: type

  29. svg element: animate: attributename

  30. svg element: animate: attributetype

  31. svg element: animate: dur

  32. svg element: animate: from

  33. svg element: animate: repeatcount

  34. svg element: animate: to