framer-motion
Installation
SKILL.md
Framer Motion
Platform: Web only. For mobile animations, see the react-native-reanimated skill.
Overview
Animation patterns for React using Framer Motion 12.x. Provides declarative animations, gesture handling, layout transitions, and page animations with performance and accessibility built-in.
Install: pnpm add framer-motion
Workflows
Adding animations:
- Import motion component:
import { motion } from 'framer-motion' - Replace element with motion variant:
<div>→<motion.div> - Add animation props: initial, animate, transition
- Test with reduced motion enabled
- Verify 60fps performance in DevTools