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:
[email protected]: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.