AnimationState

public enum AnimationState : UInt32, CaseIterable, Codable

Describes the possible states of an animation.

  • Animation is started.

    Declaration

    Swift

    case started
  • Animation is completed.

    Declaration

    Swift

    case completed
  • Animation is cancelled.

    Declaration

    Swift

    case cancelled