Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
An animation object drives change over time. An animation object is an instruction set (“move from point A to point B over 2 seconds”) that can be added to a CALayer instance. When an animation object is added to a layer, that layer begins following the instructions of the animation. Many properties of CALayer can be animated by animation objects: opacity, position, transform, bounds, and contents are just a few.