AnimatorResult
public enum AnimatorResult
The possible result cases of an animator.
-
The animator was cancelled before the animation completed.
Declaration
Swift
case Cancelled
-
The animator successfully ran the animation until it was finished.
Declaration
Swift
case Finished