AnimationState

private enum AnimationState

The indicator’s possible animation states

  • The indicator is on hold, the menu is closed

    Declaration

    Swift

    case onHold
  • The indicator is performing showing animation

    Declaration

    Swift

    case showing
  • The indicator is performing restoration animation

    Declaration

    Swift

    case restoring