| Constant | Defined by | ||
|---|---|---|---|
| EASE_IN : String = "easeIn" [static]
The name of the easeIn static method in a Ease class.
| Ease | ||
| EASE_IN_OUT : String = "easeInOut" [static]
The name of the easeOut static method in a Ease class.
| Ease | ||
| EASE_OUT : String = "easeOut" [static]
The name of the easeInOut static method in a Ease class.
| Ease | ||
| EASE_IN | constant |
public static const EASE_IN:String = "easeIn"The name of the easeIn static method in a Ease class.
| EASE_IN_OUT | constant |
public static const EASE_IN_OUT:String = "easeInOut"The name of the easeOut static method in a Ease class.
| EASE_OUT | constant |
public static const EASE_OUT:String = "easeOut"The name of the easeInOut static method in a Ease class.