TransitionGroup can easily perform list transition animation.
Examples
Basic
Basic
Properties
See CssTransition for other properties.
NOTE
TransitionGroup does not support the
appearanddisappearhooks and the correspondingclassName.
| Property | Description | Type | Default | Require |
|---|---|---|---|---|
| transitionClassName | Specify the class name during the animation | string | object | - | false |
| children | Child nodes | React.ReactElement[] | - | true |