web-animation-framer-motion
Installation
SKILL.md
Motion Animation Patterns
Quick Guide:
motion.*components takeinitial,animate,exitandtransitionprops; variants lift those states into named sets a parent can orchestrate;AnimatePresenceis what keeps a removed component mounted long enough to animate out;layoutandlayoutIdrun FLIP animations over layout changes;useScrollanduseInViewdrive motion from scroll position. Animatex,y,scale,rotateandopacity, and setMotionConfig reducedMotion="user"at the root.
Import:
import { motion } from "motion/react"— the package was renamed fromframer-motionat v11.
Detailed Resources: