AnimatorState
public enum AnimatorState: Equatable
The state of an Animator
instance.
-
The animator has not yet started.
Declaration
Swift
case pending
-
The animator is currently running.
Declaration
Swift
case running
-
The animator has stopped running.
Declaration
Swift
case completed(AnimatorResult)