Packagepegas.transitions
Classpublic class Ease

The enumeration list of all easing method types.



Public Constants
 ConstantDefined 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
Constant detail
EASE_INconstant
public static const EASE_IN:String = "easeIn"

The name of the easeIn static method in a Ease class.

EASE_IN_OUTconstant 
public static const EASE_IN_OUT:String = "easeInOut"

The name of the easeOut static method in a Ease class.

EASE_OUTconstant 
public static const EASE_OUT:String = "easeOut"

The name of the easeInOut static method in a Ease class.