---
title: toValue
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/cabasicanimation/tovalue
---

# toValue

Defines the value the receiver uses to end interpolation.

## Declaration

```swift
var toValue: Any? { get set }
```

## Discussion

Discussion See Setting Interpolation Values for details on how toValue interacts with the other interpolation values.

## See Also

### Interpolation values

- [fromValue](quartzcore/cabasicanimation/fromvalue.md)
- [byValue](quartzcore/cabasicanimation/byvalue.md)
