AnimatedList
v1.0.1Updated 21 Jul 2026Staggered-entrance wrapper that runs a motion/react variant on each child. Four animations: fade-up, fade, slide-right, scale — respects prefers-reduced-motion.
Preview
Live · 11 storiesFade UpOpen ↗
▸Why this is recommendedanimationliststaggermotion+2
AnimatedList — fade up.
Recommended for+14
- ✓Activity feed initial paint
- ✓Notification list reveal
- ✓Search-result entrance
- ✓Table-row first paint
Tags+6
animationliststaggermotionentrancefade
Features+4
- Animations: fade-up / fade / slide-right / scale
- Configurable stagger + duration + initialDelay
- motion/react variants under the hood
- Renders as div / ol / ul
- Respects prefers-reduced-motion
- AnimatedListItem named export for composing custom lists
Not recommended for−2
- ✕Large lists (virtualise + skip animation)
- ✕Frequently-mounted lists (animation gets distracting)
Install
Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.
Usage
Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.
Props
PropTypeRequired
animationKeyframe variant
—staggerDelay between children in ms
—durationPer-child animation duration in ms
—initialDelayStarting offset in ms
—asRoot element
—