Skip to content

abnerf/react-transition-group

This branch is 267 commits behind reactjs/react-transition-group:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5007303 · Jan 10, 2018
Jul 14, 2017
Oct 9, 2017
Jan 9, 2018
Oct 9, 2017
Jan 9, 2018
Oct 9, 2017
Oct 9, 2017
Jun 12, 2017
Nov 22, 2016
Sep 29, 2017
Sep 29, 2017
Nov 22, 2016
Sep 17, 2017
Jan 10, 2018
Dec 21, 2017
May 29, 2017
Nov 8, 2017

Repository files navigation

react-transition-group npm

ATTENTION! To address many issues that have come up over the years, the API in v2 is not backwards compatible with the original React addon (v1-stable).

For a drop-in replacement for react-addons-transition-group and react-addons-css-transition-group, use the v1 release, which is still actively maintained. Documentation and code for that release are available on the v1-stable branch.

You can send pull requests with v1 bugfixes against the v1-stable branch.

A set of components for managing component states (including mounting and unmounting) over time, specifically designed with animation in mind.

Documentation

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.

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 95.8%
  • CSS 4.2%