HorizontalRevealAnimation

@objc(GSHorizontalRevealAnimation)
public protocol HorizontalRevealAnimation : Animation

Horizontal reveal animation.

This animation instructs the drone to start looking down, then to move forward while slowly looking at the horizon.

  • Current animation speed, in meters per second.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    var mode: AnimationMode { get }