State

public enum State: Equatable

Represents the current state of an animation runner.

  • The runner has completed (the animation is no longer running).

    Declaration

    Swift

    case done(result: Result)