Packagefeathers.controls
Classpublic class DecelerationRate
InheritanceDecelerationRate Inheritance Object

Product Version : Feathers 3.0.0

Deceleration rate, per millisecond.



Public Constants
 ConstantDefined By
  FAST : Number = 0.99
[static] Decelerates a bit faster than the normal amount.
DecelerationRate
  NORMAL : Number = 0.998
[static] The default deceleration rate per millisecond.
DecelerationRate
Constant Detail
FASTConstant
public static const FAST:Number = 0.99

Product Version : Feathers 3.0.0

Decelerates a bit faster than the normal amount.

See also

NORMALConstant 
public static const NORMAL:Number = 0.998

Product Version : Feathers 3.0.0

The default deceleration rate per millisecond.