## What problem does it solve?
This skill enables building rich, declarative animations and gesture-driven UI in React, bridging design and implementation so interactions feel intentional and polished.
## Core Features & Use Cases
- Declarative Animations: animate prop, variants, transitions
- Gestures & Interaction: whileHover, whileTap, whileDrag, drag, dragConstraints, pan
- Layout Animations: layout, layoutId
- Scroll Animations: useScroll, useTransform
Use cases include micro-interactions, animated carousels, parallax effects, and shared element transitions.
### Quick Start
Install the motion library in your project. Replace HTML tags with motion.* components, define simple variants, and apply initial and animate. Add basic gestures like whileHover and whileDrag to enable interactions. Ensure accessibility considerations (prefers-reduced-motion) and monitor performance for large trees.