JJButtonAnimationStyle

@objc
public enum JJButtonAnimationStyle : Int

Button animation style

  • Rotate button image to given angle.

    Declaration

    Swift

    case rotation
  • Transition to given image.

    Declaration

    Swift

    case transition