Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit e854e67

Browse files
committed
Clarify transition group example
1 parent 54d0c85 commit e854e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const FadeInOutComponent = ({active, ...rest}) => (
4545
);
4646
```
4747

48-
A transition group that fades in and out its children:
48+
A transition group that fades in and out its children when entering or leaving the DOM:
4949

5050
```js
5151
import { CSSTransitionGroup, CSSTransition, transit } from "react-css-transition";

0 commit comments

Comments
 (0)