Skip to content

elementsweb/react-transition-group

 
 

Repository files navigation

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/

And the Migration details from v1: https://github.com/reactjs/react-transition-group/blob/master/migration.md

Examples

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

About

An easy way to perform animations when a React component enters or leaves the DOM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.4%