CSS: Transitions

  • CSS transitions let you handle simple animations
  • Animates changes from one state to another
  • Many properties can be animated
  • transition: <property> <duration> <timing-function> <delay>

20 / 22