Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 11: How to use CSS transitions, transforms, animations, and filters!

Instruction

Understanding CSS Transitions

Transitions allow CSS properties to change smoothly over time. You can specify which properties will transition, the duration, the timing function (how the transition progresses), and any delay before the transition starts.

CSS Transition Properties

  1. transition: Shorthand property for setting multiple transition properties.
  2. transition-property: Specifies the CSS proper...