What problem does it solve? Developers often struggle to translate classic animation theory into working React code, resulting in stiff or unnatural UI motion. This Skill maps each of Disney's 12 animation principles to concrete Framer Motion JSX patterns so animations can be implemented directly. ## Core Features & Use Cases - 12 Animation Principles as Code: Ready-to-use JSX snippets for squash and stretch, anticipation, staging, arcs, timing, exaggeration, and more. - Framer Motion API Coverage: Demonstrates animate, variants, whileHover, whileTap, transition, AnimatePresence, useAnimation, and layout animations. - Staggered List Animations: Shows container/child variant patterns for orchestrating multi-element motion. - Use Case: When building a React landing page, apply the anticipation and follow-through patterns to make a hero element jump animation feel physically believable. ## Quick Start Ask the AI to implement a Framer Motion animation for a React component using one of the 12 Disney animation principles, such as a spring-based button hover effect.