Package | feathers.controls |
Class | public class DecelerationRate |
Inheritance | DecelerationRate Object |
Product Version : | Feathers 3.0.0 |
Constant | Defined 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 |
FAST | Constant |
public static const FAST:Number = 0.99
Product Version : | Feathers 3.0.0 |
Decelerates a bit faster than the normal amount.
See also
NORMAL | Constant |
public static const NORMAL:Number = 0.998
Product Version : | Feathers 3.0.0 |
The default deceleration rate per millisecond.