ExperimentalNew in CSS3
This property sets the name of the CSS property (or properties) to which the transition applies.
Values for "transition-property"
CSS Level | Value |
CSS 2.1 | (invalid) |
CSS3 | "none | <single-transition-property>#", where <single-transition-property> is "all" or <IDENT> |
Notes
- So that transitions work in major browsers, be sure to use the "transition-property" property and the equivalent proprietary properties like "-moz-transition-property", "-ms-transition-property", "-o-transition-property", and "-webkit-transition-property".
Recommended Links
Search Engine Links (for more information)