# Web Design Patterns **Purpose**: Advanced web UI patterns - scroll animations, visual effects, and interactive design **Last Updated**: 2026-01-07 --- ## Quick Navigation ### Concepts | File | Description | Priority | |------|-------------|----------| | [scroll-linked-animations.md](concepts/scroll-linked-animations.md) | Scroll-synced image sequences (scrollytelling) | high | ### Examples | File | Description | Priority | |------|-------------|----------| | [scrollytelling-headphone.md](examples/scrollytelling-headphone.md) | Full Next.js scroll animation example | high | ### Guides | File | Description | Priority | |------|-------------|----------| | [building-scrollytelling-pages.md](guides/building-scrollytelling-pages.md) | Complete implementation guide | high | ### Lookup | File | Description | Priority | |------|-------------|----------| | [scroll-animation-prompts.md](lookup/scroll-animation-prompts.md) | AI prompts for generating animation sequences | medium | ### Errors | File | Description | Priority | |------|-------------|----------| | _(No error files yet)_ | | | --- ## Loading Strategy **For scroll animation work**: 1. Load `concepts/scroll-linked-animations.md` (understand technique) 2. Load `lookup/scroll-animation-prompts.md` (generate image sequences) 3. Load `examples/scrollytelling-headphone.md` (see full code) 4. Reference `guides/building-scrollytelling-pages.md` (step-by-step) --- ## Scope This subcategory covers: - ✅ Scroll-linked animations (scrollytelling) - ✅ Canvas-based rendering - ✅ Framer Motion patterns - ✅ Image sequence generation - ⏳ CSS animations (future) - ⏳ SVG animations (future) - ⏳ WebGL effects (future) --- ## Related Categories - `ui/web/` - Core web UI patterns (parent directory) - `ui/web/animation-patterns.md` - CSS animations and transitions - `development/` - General development patterns --- ## Used By **Agents**: frontend-specialist, design-specialist, animation-expert ## Statistics - Concepts: 1 - Examples: 1 - Guides: 1 - Lookup: 1 - Errors: 0 - **Total**: 4 files