Frontend
Framer Motion
React 动画库天花板——声明式动画 API,简单动画几行代码,复杂动画也搞得定。
它是什么
Framer Motion 是 React 生态中最流行的动画库,提供声明式的 `<motion>` 组件,支持手势、布局动画、滚动联动、退出动画等高级能力。
为什么重要
好动画是区别「能用」和「精致」的关键。Framer Motion 的 API 设计极好——`animate`, `initial`, `whileHover`, `exit` 这些 props 直观到不需要查文档。
核心概念
motion componentsAnimatePresenceVariantsGesturesScroll-triggeredLayout Animation
我的使用体验
这个网站就用 FM 做所有动画——滚动入场、hover 效果、页面切换。`useInView` + `AnimatePresence` 是最常用的组合。注意性能:不要给太多元素同时做动画。