Skip to content

Commit 9fa3bd1

Browse files
committed
Update description of changeWidth.
1 parent 715548a commit 9fa3bd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ and the new component animated in. During this process:
4848

4949
This provides many possibilities for animating the replacement as illustrated in the examples below.
5050

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.
5454

5555
It is also possible to remove the child component (i.e. leave `ReactCSSTransitionReplace` with no children)
5656
which will animate the `height` going to zero along with the `leave` transition. Similarly, a single child

0 commit comments

Comments
 (0)