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