class com.asual.enflash.effects.Tween

com.asual.enflash.effects.Tween

Description

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;

Method details

com\asual\enflash\effects\Tween.as(30)
private static function _do(tween:Object):Void

com\asual\enflash\effects\Tween.as(7)
public static function create(component, property, value, duration, easing, callbackObj, callbackMethod):Object

com\asual\enflash\effects\Tween.as(25)
public static function destroy(tween:Object):Void