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; |
Spin
Result
Loading...
Live Editor
Ping
Result
Loading...
Live Editor
Pulse
Result
Loading...
Live Editor
Bounce
Result
Loading...
Live Editor