Skip to content

PedroBern/react-tiger-transition

Repository files navigation

react-tiger-transition

downloads Codecov Coverage Build Status dependencies contributions welcome

Page transitions for react router dom. Animate your routes programmatically during navigation. Instead of defining the animation inside <Route />, this module defines inside <Link />, allowing to easily reach and leave the same url with different transitions.

demo-gif


Documentation

Features

Installation

npm i react-tiger-transition

You need to install peerDependencies:

npm i react-router-dom react-transition-group

Contributing

See CONTRIBUTING.