animation
Atomic props for animating elements with CSS animations.
Atomic Props | CSS Properties |
---|---|
animateNone | animation: none; |
animateSpin | animation: spin 1s linear infinite; |
animatePing | animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; |
animatePulse | animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; |
animateBounce | animation: bounce 1s infinite; |
#
SpinSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
PingSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
PulseSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO
#
BounceSyntaxError: Unexpected token (1:8) 1 : return () ^
LIVE DEMO