Skip to content

Latest commit

 

History

History
executable file
·
31 lines (24 loc) · 795 Bytes

README.md

File metadata and controls

executable file
·
31 lines (24 loc) · 795 Bytes

dependencies Status

Animation transition using Next.js & React-motion

Simple animation between routes. Based on Next.js from ZEIT

Live demo : next-motion.now

Stacks

Running the app localy

Requirement: Node.js 5.x or newer

Clone the repo:

$ git clone https://github.com/toinelin/next-motion.git

Install dependencies :

$ cd next-motion && yarn

Run dev:

$ yarn dev