Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSAnimationMBS class.

NSAnimationMBS.NSAnimationBlocking=0

Type Topic Plugin Version
const Cocoa MBS MacFrameworks Plugin 10.0
One of the constants to indicate the blocking mode of an NSAnimation object when it is running.

Requests the animation to run in the main thread in a custom run-loop mode that blocks user input.

This is the default.

NSAnimationMBS.NSAnimationEaseIn=1

Type Topic Plugin Version
const Cocoa MBS MacFrameworks Plugin 10.0
One of the constants to describe the curve of an animation—that is, the relative speed of an animation from start to finish.

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

NSAnimationMBS.NSAnimationEaseInOut=0

Type Topic Plugin Version
const Cocoa MBS MacFrameworks Plugin 10.0
One of the constants to describe the curve of an animation—that is, the relative speed of an animation from start to finish.

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.

NSAnimationMBS.NSAnimationEaseOut=2

Type Topic Plugin Version
const Cocoa MBS MacFrameworks Plugin 10.0
One of the constants to describe the curve of an animation—that is, the relative speed of an animation from start to finish.

Describes an animation that slowly speeds up from the start.

NSAnimationMBS.NSAnimationLinear=3

Type Topic Plugin Version
const Cocoa MBS MacFrameworks Plugin 10.0
One of the constants to describe the curve of an animation—that is, the relative speed of an animation from start to finish.

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

NSAnimationMBS.NSAnimationNonblocking=1

Type Topic Plugin Version
const Cocoa MBS MacFrameworks Plugin 10.0
One of the constants to indicate the blocking mode of an NSAnimation object when it is running.

Requests the animation to run in a standard or specified run-loop mode that allows user input.

NSAnimationMBS.NSAnimationNonblockingThreaded=2

Type Topic Plugin Version
const Cocoa MBS MacFrameworks Plugin 10.0
One of the constants to indicate the blocking mode of an NSAnimation object when it is running.

Requests the animation to run in a separate thread that is spawned by the NSAnimation object.

The secondary thread has its own run loop.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...