Contents

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.

See Also

Inspecting and controlling playback