Framer Motion — Animation Styles

John Au-Yeung
3 min readFeb 15, 2021
Photo by A. L. on Unsplash

With the Framer Motion library, we can render animations in our React app easily.

In this article, we’ll take a look at how to get started with Framer Motion.

CSS Variables

Motion components can accept CSS variables

For example, we can write:

import { motion } from "framer-motion";
import React…

--

--