A react component toolset for managing animations
react-transition-group
A set of components for managing component states (including mounting and unmounting) over time, specifically designed with animation in mind.
Examples
Clone the repo first:
git@github.com:reactjs/react-transition-group.git
Then run npm install (or yarn), and finally npm run storybook to start a storybook instance that you can navigate to in your browser to see the examples.