01 |
transition |
A shorthand property for setting the four transition properties into a single property |
02 |
transition-delay |
Specifies a delay (in seconds) for the transition effect |
03 |
transition-duration |
Specifies how many seconds or milliseconds a transition effect takes to complete |
04 |
transition-property |
Specifies the name of the CSS property the transition effect is for |
05 |
transition-timing-function |
Specifies the speed curve of the transition effect |
06 |
Transform |
The transform property allows to visually manipulate an element by skewing, rotating, translating, or scaling: |