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.rangeend` parameter

  11. element api: animate: `options.rangestart` parameter

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

  13. svganimatecolorelement api

  14. svganimateelement api

  15. svganimatemotionelement api

  16. svganimatetransformelement api

  17. svgpolygonelement api: animatedpoints

  18. svgpolylineelement api: animatedpoints

  19. svg element: animate

  20. svg element: animatemotion

  21. svg element: animatemotion: calcmode

  22. svg element: animatemotion: keypoints

  23. svg element: animatemotion: origin

  24. svg element: animatemotion: path

  25. svg element: animatemotion: rotate

  26. svg element: animatetransform

  27. svg element: animatetransform: by

  28. svg element: animatetransform: from

  29. svg element: animatetransform: to

  30. svg element: animatetransform: type

  31. svg element: animate: attributename

  32. svg element: animate: attributetype

  33. svg element: animate: dur

  34. svg element: animate: from

  35. svg element: animate: repeatcount

  36. svg element: animate: to