The document discusses Android animation systems. It describes three main systems: property animation, view animation, and drawable animation. Property animation allows animating any object property over time. View animation tweens view transformations. Drawable animation plays sequential drawables to create traditional frame-by-frame animations. The document also compares property and view animation, noting property animation can target non-views and more properties while view animation is simpler to implement.