;
Transitions
4 main properties - -
- Transition-property
- specifies which property to apply transition for
- transition-duration
- Duration of transition
- Transition-timing-function
- the function of transition with respect of speed and time
- Transitoin-delay
- Delay of start of the transition
short hand for all of these
transition: <propert> <duration> <function> <delay>
I will transit the follow box in color size and position wrt Doc.