1. CSS Animation

    Complex method of animating certain properties of an element

  2. css property: animation-composition

  3. css property: animation-composition: add

  4. css property: animation-delay

  5. css property: animation-direction

  6. css property: animation-direction: alternate

  7. css property: animation-direction: normal

  8. css property: animation-direction: reverse

  9. css property: animation-duration

  10. css property: animation-fill-mode

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

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

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

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

  15. css property: animation-iteration-count

  16. css property: animation-name

  17. css property: animation-name: none

  18. css property: animation-play-state

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

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

  21. css property: animation-range

  22. css property: animation-range-end

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

  24. css property: animation-range-start

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

  26. css property: animation-range: normal

  27. css property: animation-timeline

  28. css property: animation-timeline: auto

  29. css property: animation-timeline: none

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

  31. css property: animation-timing-function

  32. css property: animation: alternate

  33. css property: animation: alternate-reverse

  34. css property: animation: auto

  35. css property: animation: backwards

  36. css property: animation: both

  37. css property: animation: ease

  38. css property: animation: ease-in

  39. css property: animation: ease-in-out

  40. css property: animation: ease-out

  41. css property: animation: forwards

  42. css property: animation: infinite

  43. css property: animation: linear

  44. css property: animation: none

  45. css property: animation: normal

  46. css property: animation: paused

  47. css property: animation: reverse

  48. css property: animation: running

  49. css property: animation: step-end

  50. css property: animation: step-start