Animated List
Staggers list items in with a short rise and fade.
Import
tsx
import { AnimatedList } from "@cronus-ui/ui";
bash
npx cronus-ui add animated-list
Examples
API Reference
Generated from the component's exported types.
AnimatedListProps
Extends HTMLAttributes<HTMLUListElement>
| Prop | Type | Default | Description |
|---|---|---|---|
ref | Ref<HTMLUListElement> | — | — |
stagger | number | 0.08 | Seconds between consecutive item reveals. |
reducedMotion | "user" | "always" | "never" | "user" | How `prefers-reduced-motion` is honoured. Defaults to `"user"` (items appear without the stagger). `"never"` always animates. |