ATTENTION! To address many issues that have come up over the years, the API in v2.0.0 is different from the original React addon.
If you are migrating from react-addons-transition-group
and react-addons-css-transition-group
, read the documentation for 1.x branch instead which is a drop-in replacement and is still actively maintained.
You can also send pull requests with 1.x bugfixes against the v1-stable
branch.
A set of components for managing component states (including mounting) over time, specifically designed with animation in mind.
Check out the documentation at: https://reactcommunity.org/react-transition-group/
And the Migration details from v1: https://github.com/reactjs/react-transition-group/blob/master/migration.md
Clone the repo first:
[email protected]:reactjs/react-transition-group.git
Then run npm install
(or yarn install
), and finally npm run storybook
to
start a storybook instance you can navigate to in your browser and see some examples