Package Exports
- react-transition-group
- react-transition-group/CSSTransition
- react-transition-group/CSSTransition.js
- react-transition-group/Transition
- react-transition-group/TransitionGroup
- react-transition-group/index
- react-transition-group/utils/ChildMapping
- react-transition-group/utils/PropTypes
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-transition-group) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.
react-transition-group
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/
Examples
Clone the repo first:
git@github.com: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