The standard UIKit animation curve to use for timing.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- tvOS 10.0+
Framework
- UIKit
Declaration
@property(nonatomic, readonly) UIView Animation Curve animationCurve;
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.