Modules.Map.CameraAnimationParams
Simple object used to control camera animations.
Since: 3.2.0
Properties #
curve#
Type: Number
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.