What problem does it solve? Building smooth, production-quality animations in React requires deep knowledge of the Motion (Framer Motion) API, including gestures, exit animations, layout transitions, and spring physics, which is time-consuming to implement correctly from scratch. ## Core Features & Use Cases - Animation Patterns & Boilerplate: Generate Motion components for hover, tap, drag, exit, layout, scroll, spring, and stagger animations using the included generator scripts. - Complete API Reference: Access detailed documentation covering motion props, transitions, variants, hooks (useAnimate, useSpring, useScroll, useInView), and AnimatePresence. - Real-World Examples: Use production-ready patterns for page transitions, modals, shared element transitions, parallax scrolling, and swipe gestures. - Use Case: When building an interactive dashboard, use this Skill to add staggered list animations, draggable cards with constraints, and smooth modal enter/exit transitions without writing animation logic from scratch. ## Quick Start Ask the AI to create a draggable card component with hover and tap animations using Framer Motion.