This document summarizes an animation workshop in Swift. It introduces UIView animation using blocks, options, and completion handlers. It demonstrates animating properties like color and frame. Core Animation is covered with examples of animating corner radius and affine transforms. Finally, UIKit Dynamics is introduced for physics-based animation using behaviors like gravity and collision.