isValid
A Boolean value that indicates whether the animation controller is functional.
Declaration
@MainActor @preconcurrency var isValid: Bool { get }Discussion
This function returns false for stopped animations.
A Boolean value that indicates whether the animation controller is functional.
@MainActor @preconcurrency var isValid: Bool { get }This function returns false for stopped animations.