Back to Next Js

framer-motion example

examples/with-framer-motion/README.md

16.2.51.6 KB
Original Source

framer-motion example

Framer Motion is a production-ready animation library. By using a custom <App> along with Motion's AnimatePresence component, transitions between Next pages becomes simple and declarative.

When using Next's <Link> component, you will likely want to disable the default scroll behavior for a more seamless navigation experience. Scrolling to the top of a page can be re-enabled by adding a onExitComplete callback on the AnimatePresence component.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-framer-motion with-framer-motion-app
bash
yarn create next-app --example with-framer-motion with-framer-motion-app
bash
pnpm create next-app --example with-framer-motion with-framer-motion-app

Deploy it to the cloud with Vercel (Documentation).