Animated panel

Animations rely on CSS classes to work as described in react animation docs. We've used animated-flex-panel for tab buttons in panel's header and animated tab for tab contents.

By default, animations in react-panels makes use of React.addons.ReactTransitionGroup. To use another component take a look here.