Transition Property
Atomic props for controlling which CSS properties transition.
Atomic Props | CSS Properties |
---|---|
transitionNone | transition-property: none; |
transitionAll | transition-property: all; |
transitionCommon | transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; |
transitionColors | transition-property: background-color, border-color, color, fill, stroke; |
transitionOpacity | transition-property: opacity; |
transitionShadow | transition-property: box-shadow; |
transitionTransform | transition-property: transform; |
Usage
Result
Loading...
Live Editor
With Active
Result
Loading...
Live Editor
Input example
Result
Loading...
Live Editor