Files
react/src
Sean Kinsey c2e48740fc [ReactTransitionGroup] Add onTransitionEnter and onTransitionLeave
It is valuable to know when the number of children in a TransitionGroup is going
to increase or decrease, since we might want to apply extra animations.
For instance, when used with overflow:auto, we might want to apply different css
based on it overflowing or not - to do this we need to calculate this after new
nodes has entered and after nodes has been removed.
2013-12-04 20:27:28 -08:00
..
2013-11-27 17:04:40 -05:00
2013-12-02 01:12:20 -08:00
2013-05-29 12:54:02 -07:00
2013-10-08 16:49:11 -07:00