Animation and Transitions

    Animation of components is handled by transition props. If a component accepts a transition prop you can provide a react-transition-group@2.0.0 compatibleTransition component and it will work.Feel free to use CSSTransition specifically, or roll your own like the below example.