---
title: CAPropertyAnimation
framework: quartzcore
role: symbol
role_heading: Class
path: quartzcore/capropertyanimation
---

# CAPropertyAnimation

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

## Declaration

```swift
class CAPropertyAnimation
```

## Overview

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

- [keyPath](quartzcore/capropertyanimation/keypath.md)

### Property Value Calculation Behavior

- [isCumulative](quartzcore/capropertyanimation/iscumulative.md)
- [isAdditive](quartzcore/capropertyanimation/isadditive.md)
- [valueFunction](quartzcore/capropertyanimation/valuefunction.md)

### Creating an Animation

- [init(keyPath:)](quartzcore/capropertyanimation/init(keypath:).md)

## Relationships

### Inherits From

- [CAAnimation](quartzcore/caanimation.md)

### Inherited By

- [CABasicAnimation](quartzcore/cabasicanimation.md)
- [CAKeyframeAnimation](quartzcore/cakeyframeanimation.md)

### Conforms To

- [CAAction](quartzcore/caaction.md)
- [CAMediaTiming](quartzcore/camediatiming.md)
- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Animation

- [CAAnimation](quartzcore/caanimation.md)
- [CAAnimationDelegate](quartzcore/caanimationdelegate.md)
- [CABasicAnimation](quartzcore/cabasicanimation.md)
- [CAKeyframeAnimation](quartzcore/cakeyframeanimation.md)
- [CASpringAnimation](quartzcore/caspringanimation.md)
- [CATransition](quartzcore/catransition.md)
- [CAValueFunction](quartzcore/cavaluefunction.md)
