Open kmjennison opened 9 years ago
React 0.13 added the "appear" transition phase to allow for animations at the initial mount of the component: https://facebook.github.io/react/docs/animation.html
This adds the appear transition phase to TimeoutTransitionGroup. Props "transitionAppear" and "appearTimeout" are optional to not cause breaking changes.
It would be definitely great to merge this PR !
React 0.14 (coming out soon) will include built-in support for timeout durations.
React 0.13 added the "appear" transition phase to allow for animations at the initial mount of the component: https://facebook.github.io/react/docs/animation.html
This adds the appear transition phase to TimeoutTransitionGroup. Props "transitionAppear" and "appearTimeout" are optional to not cause breaking changes.