๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข
Animations

AnimatedList

Animate a list of items in sequentially, with enter/exit transitions.

Quick Preview

๐Ÿ””

New message

2m ago

You have a new message from Alex

๐Ÿ””

Deployment success

5m ago

v1.4.0 deployed to production

๐Ÿ””

PR approved

12m ago

Your PR #142 was approved

๐Ÿ””

Weekly report

1h ago

Your weekly analytics report is ready

Installation

npm install framer-motion
// Copy from
src/components/animations/AnimatedList.tsx

Examples

From left direction

Alpha
Beta
Gamma
Delta

Prompt Preview

Copy a prompt that recreates this UI

Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.

Copy-ready AI prompt

Starts from the current visual reference and project constraints.

Tweak only product-specific copy or data after the first generation pass.

Props

PropTypeDefaultDescription
items*T[]-Array of items to render
renderItem*(item: T, index: number) => React.ReactNode-Render function for each item
keyExtractor*(item: T, index: number) => string | number-Key extractor function
staggerDelaynumber0.08Stagger delay between items
delaynumber0Initial delay
durationnumber0.4Per-item animation duration
whenInViewbooleanfalseTrigger when list enters viewport
oncebooleantrueAnimate only once
direction'up' | 'down' | 'left' | 'right''up'Slide direction
classNamestring-Wrapper element classes
itemClassNamestring-Per-item wrapper classes