com.thelab.tween.TweenFx
Class that implements the tween special effects like filters, color matrix,...
static function addFx(target, param_name:String, id:Number)Creates an specific Tween Effect and register it as a target's variable for the TweenNode use.
target | Object that will be modified. |
param_name | Name of the special feature. |
static function isFx(param_name:String):BooleanTells if some parameter name is a special effect.
param_name | Name of the parameter. |
Boolean - Flag indicating if the parameter is a special effect.