CSS property: -webkit-transition-property
Description
Specifies the name of the CSS property to which the transition is applied.
Syntax
-webkit-transition-property: none | all | <name>;
Values
- none
No transition specified.
- all (by default)
The default transition name.
- <name>
CSS property name. You can list multiple properties. Property names should be bare, unquoted names.