Shorthand
This shorthand property can set four transition properties.
Values for "transition"
CSS Level | Value |
CSS Transitions | "<single-transition>#", where <single-transition> = "[ none | <single-transition-property> ] || <time> || <easing-function> || <time>" |
Notes
- Order is important. The first value that can be parsed as a time is <transition-duration> and the 2nd that can be parsed as a time is <transition-delay>.
- So that transitions work in major browsers, be sure to use the "transition" property and the equivalent proprietary properties like "-moz-transition", "-ms-transition", "-o-transition", and "-webkit-transition".
Recommended Links
Search Engine Links (for more information)