Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Animating React Apps

Using Framer Motion To Bring Things To Life

“Just CSS” Might Be Enough!

Building More Complex Animations with Framer Motion

Animating Elements In & Out

Scroll-based Animations
You Might Not Need
An Animation Library
CSS Transitions & Animations
Might Be Enough
CSS Transitions

CSS Transitions allow you to “tell” CSS to smoothly


transition between two CSS property values

<div /> />


iv
<d

transform: rotate(0) transform: rotate(30deg)

/>
<div /> iv
<d
/>
<div /> />
<div <di
v

Animate via “transition” property


Framer Motion Allows You To
Build Good-Looking & Complex
Animations With Realistic Motion

You might also like