1. CSS Animation

    Complex method of animating certain properties of an element

  2. getComputedStyle

    API to get the current computed CSS styles applied to an element. This may be the current value applied by an animation or as set by a stylesheet.

  3. prefers-reduced-motion media query

    CSS media query based on a user preference for preferring reduced motion (animation, etc).

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

  5. CSS will-change property

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

  6. cssanimation api

  7. cssanimation api: animationname

  8. css at-rule: `@media`: `-webkit-animation` media feature

  9. css property: animation-composition

  10. css property: animation-delay

  11. css property: animation-direction

  12. css property: animation-direction: alternate

  13. css property: animation-direction: alternate-reverse

  14. css property: animation-direction: normal

  15. css property: animation-direction: reverse

  16. css property: animation-duration

  17. css property: animation-duration: `auto` value

  18. css property: animation-fill-mode

  19. css property: animation-fill-mode: backwards

  20. css property: animation-fill-mode: both

  21. css property: animation-fill-mode: forwards

  22. css property: animation-fill-mode: none

  23. css property: animation-iteration-count

  24. css property: animation-iteration-count: infinite

  25. css property: animation-name

  26. css property: animation-name: none

  27. css property: animation-play-state

  28. css property: animation-play-state: paused

  29. css property: animation-play-state: running

  30. css property: animation-range

  31. css property: animation-range-end

  32. css property: animation-range-end: normal

  33. css property: animation-range-start

  34. css property: animation-range-start: normal

  35. css property: animation-timeline

  36. css property: animation-timeline: `scroll()`

  37. css property: animation-timeline: `view()`

  38. css property: animation-timing-function

  39. css property: animation-timing-function: `jump-` keywords for `steps()`

  40. css property: animation: `animation-timeline` included in shorthand

  41. css property: font-palette: animation of `font-palette` by computed value

  42. css property: grid-template-columns: animation of tracks

  43. css property: grid-template-rows: animation of tracks

  44. css selector: `::after`: animation and transition support

  45. css selector: `::before`: animation and transition support

  46. css selector: `::marker`: animation and transition support

  47. types: `<basic-shape>`: animation