VerticalRevealAnimation

@objc(GSVerticalRevealAnimation)
public protocol VerticalRevealAnimation : Animation

Vertical reveal animation.

This animation instructs the drone to start looking down, then to fly up slowly looking at the horizon. Once the drone reaches its target altitude, it rotates on itself to perform an horizontal panorama.

  • Current animation vertical speed, in meters per second.

    Declaration

    Swift

    var verticalSpeed: Double { get }
  • Current animation vertical distance, in meters.

    Declaration

    Swift

    var verticalDistance: Double { get }
  • Current animation rotation angle, in degrees.

    Declaration

    Swift

    var rotationAngle: Double { get }
  • Current animation rotation angular speed, in degrees per second.

    Declaration

    Swift

    var rotationSpeed: Double { get }
  • Current animation execution mode.

    Declaration

    Swift

    var mode: AnimationMode { get }