ReactAnimations with animate.css:
Say you want to animate a list of items. Wrap these children components in a <ReactCssTransitionGroup>
and set the animation settings (duh) similar to this:
//… the rest of the component declaration
// … this goes in the render function
render: function(){
var ReactCssTransitionGroup = React.addons.cssTransitionGroup;