MTEasing
public enum MTEasing : String, Sendable, Codable
Representing the control of the change rate of the animation.
-
Follows the bezier curve.
Declaration
Swift
case bezierCurve
-
Stars fast with a long, slow wind-down.
Declaration
Swift
case quint
-
Starts slow and gradually increases speed.
Declaration
Swift
case cubic