pause()
Pauses the animation.
Declaration
@MainActor @preconcurrency func pause()Discussion
Resume a paused animation by calling the resume() method.
This method has no effect if the animation is already paused or complete.
Pauses the animation.
@MainActor @preconcurrency func pause()Resume a paused animation by calling the resume() method.
This method has no effect if the animation is already paused or complete.