NSAnimation.Curve
These constants describe the curve of an animation—that is, the relative speed of an animation from start to finish.
Declaration
enum CurveOverview
You initialize an NSAnimation object using one of these constants with init(duration:animationCurve:) and you can set it thereafter with the animationCurve property.
Topics
Constants
NSAnimation.Curve.easeInOutNSAnimation.Curve.easeInNSAnimation.Curve.easeOutNSAnimation.Curve.linear