AnimationMode

@objc(GSAnimationMode)
public enum AnimationMode : Int

Execution mode used by some animations.

  • Execute animation only once.

    Declaration

    Swift

    case once
  • Execute animation once, then a second time in reverse.

    Declaration

    Swift

    case onceThenMirrored
  • Debug description.

    Declaration

    Swift

    public var description: String { get }