Merge pull request #2555 from mfunkie/patch-1

Animation documentation for ReactTransitionGroup
This commit is contained in:
Cheng Lou
2014-11-18 22:33:48 -05:00
+1 -1
View File
@@ -141,7 +141,7 @@ You can disable animating `enter` or `leave` animations if you want. For example
## Low-level API: `ReactTransitionGroup`
`ReactTransitionGroup` is the basis for animations. When children are declaratively added or removed from it (as in the example above) special lifecycle hooks are called on them.
`ReactTransitionGroup` is the basis for animations. It is accessible as `React.addons.TransitionGroup`. When children are declaratively added or removed from it (as in the example above) special lifecycle hooks are called on them.
### `componentWillEnter(callback)`