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
NSAnimationinstance that was stopped.
Discussion
An NSAnimation object stops running when it receives a stop() message.