Animated List

A sophisticated animation component that creates dynamic column-based transitions with scaling effects. Perfect for showcasing notifications, messages, or any sequential content with smooth formation, scrolling, and reset animations.

Installation

pnpm dlx shadcn@latest add https://badtz-ui.com/r/animated-list.json

Usage

import { AnimatedList } from "@/components/ui/animated-list";
<AnimatedList> {notifications.map((notification) => ( <Notification key={notification.id} notification={notification} /> ))} </AnimatedList>

Props

animated-list props.

animated-list-item props.