The document discusses Android animation systems and property animation. It states that there are two animation systems in Android: property animation and view animation, but property animation is preferred as it is more flexible and offers more features. It describes property animation as letting you animate properties of any object over time. It also explains the Animator and ValueAnimator classes used to create property animations programmatically or via XML.