7.0: Transitions
.example {
transition: [transition-property] [transition-duration] [transition-timing-function] [transition-delay];
}CSS Transition Properties
RESOURCES
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions
https://css-tricks.com/almanac/properties/t/transition/
https://www.w3schools.com/css/css3_transitions.asp
https://learn.shayhowe.com/advanced-html-css/transitions-animations/Last updated