Transitions
Overview
CSS Transitions are more performant method for animation with using dependencies. Any CSS property that have a numerical value can be transitioned.
Read
Practice Pens
Review
:hover
stateReview
:active
statetransition-property
multiple properties
transition-duration
`transition-delay
transition-timing-function
Additional References
Last updated