CameraAnimationParams

Simple object used to control camera animations.

  • 3.2.0
  • 3.2.0
  • 3.2.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

CameraAnimationParams
camera : Modules.Map.Annotation

Modules.Map.Camera to be animated to.

Modules.Map.Camera to be animated to.

CameraAnimationParams
curve : Number

Animation curve or easing function to apply to the animation.

Animation curve or easing function to apply to the animation.

Specify one of the animation constants, Titanium.UI.ANIMATION_CURVE_EASE_IN, Titanium.UI.ANIMATION_CURVE_EASE_IN_OUT, Titanium.UI.ANIMATION_CURVE_EASE_OUT, or Titanium.UI.ANIMATION_CURVE_LINEAR.

CameraAnimationParams
duration : Number

The amount of time (in milliseconds) that the animation will last.

The amount of time (in milliseconds) that the animation will last.