css-transition-group ui component for react
npm install rc-css-transition-groupstandalone and enhanced CSSTransitionGroup for React.addons.CSSTransitionGroup
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![gemnasium deps][gemnasium-image]][gemnasium-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]


[npm-image]: http://img.shields.io/npm/v/rc-css-transition-group.svg?style=flat-square
[npm-url]: http://npmjs.org/package/rc-css-transition-group
[travis-image]: https://img.shields.io/travis/react-component/css-transition-group.svg?style=flat-square
[travis-url]: https://travis-ci.org/react-component/css-transition-group
[coveralls-image]: https://img.shields.io/coveralls/react-component/css-transition-group.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/react-component/css-transition-group?branch=master
[gemnasium-image]: http://img.shields.io/gemnasium/react-component/css-transition-group.svg?style=flat-square
[gemnasium-url]: https://gemnasium.com/react-component/css-transition-group
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/rc-css-transition-group.svg?style=flat-square
[download-url]: https://npmjs.org/package/rc-css-transition-group

* support ie8,ie8+,chrome,firefox,safari

`` 1 2js`
var CSSTransitionGroup = require('rc-css-transition-group');
var React = require('react');
React.render(
| name | type | default | description |
|---|---|---|---|
| component | React.Element/String | 'span' | wrap dom node or component for children |
| showProp | String | using prop for show and hide. demo | |
| exclusive | Boolean | whether allow only one set of animations(enter and leave) at the same time. | |
| transitionName | String | transitionName, need to specify corresponding css | |
| transitionEnter | Boolean | true | whether support transition enter anim |
| transitionLeave | Boolean | true | whether support transition leave anim |
http://facebook.github.io/react/docs/animation.html
```
npm install
npm start
http://localhost:8010/examples/index.md
online example: http://react-component.github.io/css-transition-group/build/examples/
http://localhost:8010/tests/runner.html?coverage
http://localhost:8010/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8010/tests/runner.html?coverage
rc-css-transition-group is released under the MIT license.