Files
react.dev/docs
Daniel Rodgers-Pryor ed457d6c84 ReactCSSTransitionGroup timeouts
As discussed in issue 1326
(https://github.com/facebook/react/issues/1326) transitionend events are
unreliable; they may not fire because the element is no longer painted,
the browser tab is no longer focused or for a range of other reasons.
This is particularly harmful during leave transitions since the leaving
element will be permanently stuck in the DOM (and possibly visible).

The ReactCSSTransitionGroup now requires timeouts to be passed in
explicitly for each type of animation. Omitting the timeout duration
for a transition now triggers a PropTypes warning with a link to the
updated documentation.
2015-08-20 11:38:27 +10:00
..
2015-02-06 17:31:33 +08:00
2015-07-20 08:28:53 -07:00
2015-02-06 16:26:43 +08:00
2015-08-19 16:14:35 -07:00
2015-07-11 13:50:42 +09:00
2015-07-01 11:26:31 -05:00
2015-03-12 00:33:40 +09:00
2015-06-30 15:05:57 +03:00
2015-08-04 14:06:08 +05:30