What problem does it solve? Building smooth, interactive animations in React requires deep knowledge of the Motion (Framer Motion) API, including gestures, exit animations, spring physics, and layout transitions, which is time-consuming to learn and easy to implement incorrectly. ## Core Features & Use Cases - Animation Patterns: Provides ready-to-use patterns for hover, tap, drag, scroll-triggered, exit, layout, and spring animations using motion components and variants. - Code Generation Scripts: Includes CLI tools to generate Motion component boilerplate and build variant configurations interactively, with TypeScript support. - Reference Documentation: Ships a complete API reference covering props, transitions, hooks, AnimatePresence, and performance optimization guidance. - Use Case: When building a modal dialog in a Next.js app, use this Skill to implement AnimatePresence exit animations with spring physics and a backdrop fade, avoiding common pitfalls like missing key props. ## Quick Start Use the motion-framer skill to add a hover scale effect and AnimatePresence exit animation to my React modal component.