TwistUpAnimation

@objc(GSTwistUpAnimation)
public protocol TwistUpAnimation : Animation

Twist Up Animation.

This animation will make the drone move up and rotate slowly on itself until the end of the animation, first with the camera looking down and when it reaches its target altitude, slowly looking up to the horizon.

  • Current animation speed, in meters per second.

    Declaration

    Swift

    var speed: 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 }