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; |
#
UsageSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
With ActiveSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
Input exampleSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO