Packagepegas.transitions
Classpublic class EasingPolicy

This enumeration class is a helper to define if a display or a component can use motions or not.



Public Constants
 ConstantDefined by
  OFF : Boolean = false
[static] The OFF value of the easing policy.
EasingPolicy
  ON : Boolean = true
[static] The ON value of the easing policy.
EasingPolicy
Constant detail
OFFconstant
public static const OFF:Boolean = false

The OFF value of the easing policy.

ONconstant 
public static const ON:Boolean = true

The ON value of the easing policy.