Simple animation between routes. Based on Next.js from ZEIT
Live demo : next-motion.now
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