Contents

calculationModeCubicPaced

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

Declaration

static var calculationModeCubicPaced: UIView.KeyframeAnimationOptions { get }

Discussion

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

See Also

Constants