We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 713401f + a0d6a98 commit 51295bfCopy full SHA for 51295bf
src/addons/transitions/ReactCSSTransitionGroupChild.js
@@ -19,10 +19,6 @@ var ReactTransitionEvents = require('ReactTransitionEvents');
19
20
var onlyChild = require('onlyChild');
21
22
-// We don't remove the element from the DOM until we receive an animationend or
23
-// transitionend event. If the user screws up and forgets to add an animation
24
-// their node will be stuck in the DOM forever, so we detect if an animation
25
-// does not start and if it doesn't, we just call the end listener immediately.
26
var TICK = 17;
27
28
var ReactCSSTransitionGroupChild = React.createClass({
0 commit comments