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

Commit 3f55c44

Browse files
committed
Add timeout infos to README
1 parent 5c0bbc8 commit 3f55c44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status Widget]][build status]
55
[![Coverage Widget]][coverage]
66

7-
_React CSS Transition_ provides a reliable way to transition your components between two states across browers without relying on timeouts.
7+
_React CSS Transition_ provides a reliable way to transition your components between two states across browers.
88

99
[Read the full documentation](https://wikiwi.github.io/react-css-transition/)
1010

@@ -22,9 +22,10 @@ npm install react-css-transition --save
2222
- Perform a reverse transition when interrupted
2323
- Define transitions using inline styles or CSS classes
2424
- Transition components when entering or leaving the DOM
25-
- Notifiy when a transition has finished
25+
- Notify when a transition has finished
2626
- Support the application of initial values before a transition
2727
- Includes typescript definitions
28+
- Falls back to an automatically set timeout in rare edge cases.
2829

2930
## License
3031

0 commit comments

Comments
 (0)