Command Palette
Search for a command to run

Animated List

A component for creating animated lists with smooth transitions between items.

motion-sv

Installation

pnpm dlx shadcn-svelte@latest add https://sv-animations.vercel.app/r/animated-list.json

Props

A component for .

NameTypeDefaultDescription
class
string "" Additional CSS classes to apply
delay
number 0 Delay in milliseconds before the animation starts
items
T[] [] An array of items to be rendered in the animated list
children
Snippet<[T, number]> A render prop function that receives each item and its index, returning a Svelte component or HTML to be rendered for that item.