Contents

CAPropertyAnimation

An abstract subclass for creating animations that manipulate the value of layer properties.

Declaration

class CAPropertyAnimation

Overview

The property to animate is specified using a key path that is relative to the layer using the animation.

You do not create instances of CAPropertyAnimation: to animate the properties of a Core Animation layer, create instance of the concrete subclasses CABasicAnimation or CAKeyframeAnimation.

Topics

Animated Key Path

Property Value Calculation Behavior

Creating an Animation

See Also

Animation