ScaleType

public enum ScaleType

Defines changing dimension for scaling animation

  • Indicates that scaling animation would change width via transform.

    Declaration

    Swift

    case width
  • Indicates that scaling animation would change height via transform

    Declaration

    Swift

    case height