CSS ref Transition
From w3cyberlearnings
# | Property | CSS | Description |
---|---|---|---|
1 | transition | 3 | A shorthand property for setting the four transition properties |
2 | transition-property | 3 | Sets the name of the CSS property the transition effect is for |
3 | transition-duration | 3 | Sets how many seconds or milliseconds a transition effect takes to complete |
4 | transition-timing-function | 3 | Sets the speed curve of the transition effect |
5 | transition-delay | 3 | Sets when the transition effect will start |