This property sets the name of the CSS property (or properties) to which the transition applies.
Values for "transition-property"
CSS Level | Value |
CSS Transitions | "none | <single-transition-property>#", where <single-transition-property> = "all | <custom-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)