Contents

animationDidStop(_:)

Sent to the delegate when the specified animation is stopped before it completes its run.

Declaration

nonisolated optional func animationDidStop(_ animation: NSAnimation)

Parameters

  • animation:

    The NSAnimation instance that was stopped.

Discussion

An NSAnimation object stops running when it receives a stop() message.

See Also

Controlling and Monitoring an Animation