# React Animations

## Objectives

* Review the concepts behind animations in AngularJS
* Explore an animation API for user interfaces in React
* Implement animations in a React application

## Intro

React provides a package called `react-addons` that provides CSS transition and animation functionality, similar to AngularJS. We'll be using an existing application and implementing animations to the items being rendered.
