---
title: animationCurve
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicubictimingparameters/animationcurve
---

# animationCurve

The standard UIKit animation curve to use for timing.

## Declaration

```swift
var animationCurve: UIView.AnimationCurve { get }
```

## Discussion

Discussion If you initialized this object using an animation curve, this property reflects the curve you specified. If you initialized the object using the control points for a cubic Bézier curve, the value of this property is undefined.

## See Also

### Getting the timing parameters

- [controlPoint1](uikit/uicubictimingparameters/controlpoint1.md)
- [controlPoint2](uikit/uicubictimingparameters/controlpoint2.md)
