Khan / react-components

khan.github.io/react-components/
MIT License
1.01k stars 99 forks source link

Update TimeoutTransitionGroup to include "appear" transition page. #42

Open kmjennison opened 9 years ago

kmjennison commented 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.

stephanebachelier commented 9 years ago

It would be definitely great to merge this PR !

sophiebits commented 9 years ago

React 0.14 (coming out soon) will include built-in support for timeout durations.