- Location:
sabo/src/components/ui/animated-list.tsx
When to use
- Introduce list items with a subtle entrance motion.
- Works well for feature lists, steps, or notifications.
Usage
sabo/src/components/ui/animated-list.tsx
Key props
The list items to animate. Each child will be revealed sequentially.
Time in milliseconds between each item’s reveal animation.
Additional CSS classes to apply to the list container.
Styling tip
- Keep items short; staggered delays help readability (100–150ms steps).
- Avoid combining with other heavy animations on the same screen.