DocsComponents
Smooth Stagger
Orchestrate beautiful list entrance animations. Coordinating delays manually is tedious—this hook makes it effortless.
Animation
Performance
Accessibility
Experience
Design
Installation
npm install smoothkitUsage
typescript
API Reference
| Property | Type | Default | Description |
|---|---|---|---|
| delay | number | 50 | Delay between each item's entrance in ms. |
| initialDelay | number | 0 | Initial delay before the first item starts. |
| animation | string | 'fade-up' | Animation type for items (fade-up, scale, etc). |