File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ and the new component animated in. During this process:
48
48
49
49
This provides many possibilities for animating the replacement as illustrated in the examples below.
50
50
51
- Additionally, ` changeWidth ` can be used to animate changing the width of the component. This change
52
- will happen at the same time as changing the height. Animating this change should be done using
53
- the same class name as is used for animating the change of height.
51
+ Additionally, the boolean property ` changeWidth ` can be used to animate changing the width of the component.
52
+ This change will happen at the same time as changing the height. Animating this change should be done using
53
+ the same class name as is used for animating the change in height.
54
54
55
55
It is also possible to remove the child component (i.e. leave ` ReactCSSTransitionReplace ` with no children)
56
56
which will animate the ` height ` going to zero along with the ` leave ` transition. Similarly, a single child
You can’t perform that action at this time.
0 commit comments