Animated List
A live notification feed with spring-animated items that push in from the top. Perfect for social proof, activity feeds, and real-time dashboards.
Transaction
Features
- Spring physics — Smooth, natural motion with configurable spring dynamics
- Multiple animations — Scale, slide, fade, and bounce presets
- Auto-cycling — Items prepend automatically at configurable intervals
- Bottom fade — Gradient mask for seamless overflow
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| heading | string | "Notifications" | Heading text above the list |
| notifications | NotificationItem[] | - | Array of notification items to cycle through |
| interval | number | 2500 | Interval between new items in ms |
| maxVisible | number | 6 | Max visible items |
| animation | 'scale' | 'slide' | 'fade' | 'bounce' | 'scale' | Animation style |
| showFade | boolean | true | Show bottom fade gradient |
Components Used
animated-list