AnimationType

@objc(GSAnimationType)
public enum AnimationType : Int

Type of animation.

  • Unidentified animation. Animation of this type cannot be cast.

    Declaration

    Swift

    case unidentified
  • Candle animation. Animation of this type can be cast to CandleAnimation.

    Declaration

    Swift

    case candle
  • Dolly slide animation. Animation of this type can be cast to DollySlideAnimation.

    Declaration

    Swift

    case dollySlide
  • Dronie animation. Animation of this type can be cast to DronieAnimation.

    Declaration

    Swift

    case dronie
  • Flip animation. Animation of this type can be cast to FlipAnimation.

    Declaration

    Swift

    case flip
  • Horizontal panorama animation. Animation of this type can be cast to HorizontalPanoramaAnimation.

    Declaration

    Swift

    case horizontalPanorama
  • Horizontal reveal animation. Animation of this type can be cast to HorizontalRevealAnimation.

    Declaration

    Swift

    case horizontalReveal
  • Parabola animation. Animation of this type can be cast to ParabolaAnimation.

    Declaration

    Swift

    case parabola
  • Spiral animation. Animation of this type can be cast to SpiralAnimation.

    Declaration

    Swift

    case spiral
  • Vertical reveal animation. Animation of this type can be cast to VerticalRevealAnimation.

    Declaration

    Swift

    case verticalReveal
  • Vertigo animation. Animation of this type can be cast to VertigoAnimation.

    Declaration

    Swift

    case vertigo
  • Twist up animation. Animation of this type can be cast to “TwistUpAnimation”.

    Declaration

    Swift

    case twistUp
  • Position twist up animation. Animation of this type can be cast to “PositionTwistUpAnimation”.

    Declaration

    Swift

    case positionTwistUp
  • Horizontal 180 Photo panorama animation. Animation of this type can be cast to “Horizontal180PhotoPanoramaAnimation”.

    Declaration

    Swift

    case horizontal180PhotoPanorama
  • Vertical 180 Photo panorama animation. Animation of this type can be cast to “Vertical180PhotoPanoramaAnimation”.

    Declaration

    Swift

    case vertical180PhotoPanorama
  • Spherical Photo panorama animation. Animation of this type can be cast to “SphericalPhotoPanoramaAnimation”.

    Declaration

    Swift

    case sphericalPhotoPanorama
  • Super wide photo panorama animation. Animation of this type can be safely cast to “SuperWidePhotoAnimation”.

    Declaration

    Swift

    case superWidePhotoPanorama
  • Debug description.

    Declaration

    Swift

    public var description: String { get }