Transition Property
Sets the CSS properties to which a transition effect should be applied.
| Class | Properties |
|---|---|
| wpex-transition-none | transition-property: none; |
| wpex-transition-all | transition-property: all; |
| wpex-transition-colors | transition-property: background-color, border-color, color, fill, stroke; |
| wpex-transition-opacity | transition-property: opacity; |
| wpex-transition-shadow | transition-property: box-shadow; |
| wpex-transition-transform | transition-property: transform; |