---
title: calculationModeCubicPaced
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiview/keyframeanimationoptions/calculationmodecubicpaced
---

# calculationModeCubicPaced

The option to compute intermediate frames using the cubic scheme while ignoring the timing properties of the animation.

## Declaration

```swift
static var calculationModeCubicPaced: UIView.KeyframeAnimationOptions { get }
```

## Discussion

Discussion Instead, timing parameters are calculated implicitly to give the animation a constant velocity.

## See Also

### Constants

- [layoutSubviews](uikit/uiview/keyframeanimationoptions/layoutsubviews.md)
- [allowUserInteraction](uikit/uiview/keyframeanimationoptions/allowuserinteraction.md)
- [beginFromCurrentState](uikit/uiview/keyframeanimationoptions/beginfromcurrentstate.md)
- [repeat](uikit/uiview/keyframeanimationoptions/repeat.md)
- [autoreverse](uikit/uiview/keyframeanimationoptions/autoreverse.md)
- [overrideInheritedDuration](uikit/uiview/keyframeanimationoptions/overrideinheritedduration.md)
- [overrideInheritedOptions](uikit/uiview/keyframeanimationoptions/overrideinheritedoptions.md)
- [calculationModeLinear](uikit/uiview/keyframeanimationoptions/calculationmodelinear.md)
- [calculationModeDiscrete](uikit/uiview/keyframeanimationoptions/calculationmodediscrete.md)
- [calculationModePaced](uikit/uiview/keyframeanimationoptions/calculationmodepaced.md)
- [calculationModeCubic](uikit/uiview/keyframeanimationoptions/calculationmodecubic.md)
