Assignment029j3a2 - Transitions

CSS transitions allow you change element property values from one value to another smoothly over a set period of time. You can easily utilize transitions using a :hover pseudo-class.

When using transitions, you can chose to use long notation or short notation.

This is id green
background-color
This is id red
height
This is id pink
background-color
This is id blue
border-radius
This is id black
transform rotate
This is id white
transform scale (with a delay)

mchagoyan@chusd.org