Contents

NSAnimation.BlockingMode.nonblockingThreaded

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

Declaration

case nonblockingThreaded

Discussion

The secondary thread has its own run loop.

See Also

Constants