Creates tweening effects using Robert Penner's Easing Equations (http://www.robertpenner.com/easing/).
Method index
private static function _do(tween:Object):Void; public static function create(component, property, value, duration, easing, callbackObj, callbackMethod):Object; public static function destroy(tween:Object):Void;