DollySlideAnimation

@objc(GSDollySlideAnimation)
public protocol DollySlideAnimation : Animation

Dolly slide animation.

This animation instructs the drone to fly horizontally with respect to a specific angle between its original position (before the animation begins), the target, and its destination. The target in question depends on the currently active ActivablePilotingItf.

  • Current animation speed, in meters per second.

    Declaration

    Swift

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

    Declaration

    Swift

    var angle: Double { get }
  • Current animation horizontal distance, in meters.

    Declaration

    Swift

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

    Declaration

    Swift

    var mode: AnimationMode { get }