# Mastering Framer Motion
Framer Motion is the go-to animation library for React. Let's dive into some advanced techniques.
## Getting Started
```jsx
import { motion } from 'framer-motion'
<motion.div animate={{ x: 100 }} />
```
## Advanced Patterns
- Layout animations
- Shared layout transitions
- Scroll-based animations
