VertigoAnimation

@objc(GSVertigoAnimation)
public protocol VertigoAnimation : Animation

Vertigo animation.

This animation instructs the drone to zoom in on the target, while the drone moves away from it. The target in question depends on the currently active ActivablePilotingItf.

  • Current animation duration, in seconds.

    Declaration

    Swift

    var duration: Double { get }
  • Current animation max zoom level.

    Declaration

    Swift

    var maxZoomLevel: Double { get }
  • Current animation finish action.

    Declaration

    Swift

    var finishAction: VertigoAnimationFinishAction { get }
  • Current animation execution mode.

    Declaration

    Swift

    var mode: AnimationMode { get }