Skip to content
Premium & Brand

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>

Skip AnimatedListProps props table
PropTypeDefaultDescription
ref
Ref<HTMLUListElement>
stagger
number0.08Seconds 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.