animationCurve
The standard UIKit animation curve to use for timing.
Declaration
var animationCurve: UIView.AnimationCurve { get }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.