Contents

isComplete

A Boolean that indicates whether the animation has finished running.

Declaration

@MainActor @preconcurrency var isComplete: Bool { get }

Discussion

After an animation completes, the playback controller becomes invalid. To play the animation again, create a new controller with the same resource.

See Also

Managing completion