Contents

NSAnimation.Curve

These constants describe the curve of an animation—that is, the relative speed of an animation from start to finish.

Declaration

enum Curve

Overview

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

Initializers

See Also

Constants