File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Build Status Widget]] [ build status ]
5
5
[ ![ Coverage Widget]] [ coverage ]
6
6
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.
8
8
9
9
[ Read the full documentation] ( https://wikiwi.github.io/react-css-transition/ )
10
10
@@ -22,9 +22,10 @@ npm install react-css-transition --save
22
22
- Perform a reverse transition when interrupted
23
23
- Define transitions using inline styles or CSS classes
24
24
- Transition components when entering or leaving the DOM
25
- - Notifiy when a transition has finished
25
+ - Notify when a transition has finished
26
26
- Support the application of initial values before a transition
27
27
- Includes typescript definitions
28
+ - Falls back to an automatically set timeout in rare edge cases.
28
29
29
30
## License
30
31
You can’t perform that action at this time.
0 commit comments