Full page transitions with react-router.
Page transitions for react router dom. Animate your routes programmatically during navigation. Instead of defining the animation inside <Route ></Route>
, this module defines inside <Link />
, allowing to easily reach and leave the same url with different transitions.
npm i react-tiger-transition
You need to install peerDependencies:
npm i react-router-dom react-transition-group
See CONTRIBUTING.