Skip to main content

Animation

Atomic props for animating elements with CSS animations.

Atomic PropsCSS Properties
animateNoneanimation: none;
animateSpinanimation: spin 1s linear infinite;
animatePinganimation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
animatePulseanimation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animateBounceanimation: bounce 1s infinite;

Spin

Result
Loading...
Live Editor

Ping

Result
Loading...
Live Editor

Pulse

Result
Loading...
Live Editor

Bounce

Result
Loading...
Live Editor