Framer Motion — Drag and Scroll Progress

John Au-Yeung
3 min readFeb 10, 2021
Photo by Erol Ahmed 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.

Drag

We can add drag and drop into our React app with Framer Motion.

For example, we can write:

import React from "react";
import {…

--

--