Constant
|
Description
|
int INTERPOLATION_TYPE_LINEAR
|
Sets the Interpolation Type to Linear.
|
int INTERPOLATION_TYPE_EASE_BOUNCE_IN
|
Sets the Interpolation Type to Ease In Bounce.
|
int INTERPOLATION_TYPE_EASE_BOUNCE_OUT
|
Sets the Interpolation Type to Ease Out Bounce.
|
int INTERPOLATION_TYPE_EASE_BOUNCE_INOUT
|
Sets the Interpolation Type to Ease In Out Bounce.
|
int INTERPOLATION_TYPE_EASE_CIRC_IN
|
Sets the Interpolation Type to Ease In Circular.
|
int INTERPOLATION_TYPE_EASE_CIRC_OUT
|
Sets the Interpolation Type to Ease Out Circular.
|
int INTERPOLATION_TYPE_EASE_CIRC_INOUT
|
Sets the Interpolation Type to Ease In Out Circular.
|
int INTERPOLATION_TYPE_EASE_CUBIC_IN
|
Sets the Interpolation Type to Ease In Cubic.
|
int INTERPOLATION_TYPE_EASE_CUBIC_OUT
|
Sets the Interpolation Type to Ease Out Cubic.
|
int INTERPOLATION_TYPE_EASE_CUBIC_INOUT
|
Sets the Interpolation Type to Ease In Out Cubic.
|
int INTERPOLATION_TYPE_EASE_SINE_IN
|
Sets the Interpolation Type to Ease In Sinusoidal.
|
int INTERPOLATION_TYPE_EASE_SINE_OUT
|
Sets the Interpolation Type to Ease Out Sinusoidal.
|
int INTERPOLATION_TYPE_EASE_SINE_INOUT
|
Sets the Interpolation Type to Ease In Out Sinusoidal.
|
int INTERPOLATION_TYPE_EASE_EXPO_IN
|
Sets the Interpolation Type to Ease In Exponential.
|
int INTERPOLATION_TYPE_EASE_EXPO_OUT
|
Sets the Interpolation Type to Ease Out Exponential.
|
int INTERPOLATION_TYPE_EASE_EXPO_INOUT
|
Sets the Interpolation Type to Ease In Out Exponential.
|