MonobjcMonobjc Documented Class Library
NSAnimationCurve Enumeration
NamespacesMonobjc.AppKitNSAnimationCurve

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

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSAnimationCurve
Public Enumeration NSAnimationCurve
public enum class NSAnimationCurve
Members
MemberDescription
NSAnimationEaseInOut

Describes an S-curve in which the animation slowly speeds up and then slows down near the end of the animation. This constant is the default.

Available in Mac OS X v10.4 and later.


NSAnimationEaseIn

Describes an animation that slows down as it reaches the end.

Available in Mac OS X v10.4 and later.


NSAnimationEaseOut

Describes an animation that slowly speeds up from the start.

Available in Mac OS X v10.4 and later.


NSAnimationLinear

Describes an animation in which there is no change in frame rate.

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)