What problem does it solve? Designers and developers often struggle to communicate about motion because they lack a shared vocabulary, leading to vague requests like "make it pop" and mismatched implementations. ## Core Features & Use Cases - Comprehensive Glossary: Covers entrances, exits, sequencing, transforms, transitions, scroll effects, feedback interactions, easing, springs, looping, polish effects, and performance concepts. - Shared Language: Provides precise terms like stagger, shared element transition, rubber banding, and layout thrashing so teams can specify exactly what motion they want. - Use Case: When building a card expansion interaction, use this glossary to identify it as a "shared element transition" with "origin-aware animation" and an "ease-out" curve, then implement it with the correct CSS or spring physics. ## Quick Start Use the animation-vocabulary skill to name and describe the motion patterns for a modal that slides in and fades out when dismissed.