| Package | com.addicted2flash.tween.adapter |
| Class | public class FluxBlur |
| Inheritance | FluxBlur DisplayFluxAdapter AbstractFluxAdapter |
| Method | Defined by | ||
|---|---|---|---|
|
FluxBlur(target:DisplayObject, from:Number, to:Number, quality:int = 1, easing:IFluxEasing = null)
Creates a new
FluxBlur. | FluxBlur | ||
|
finalize():void
Finalizes the property;
| FluxBlur | ||
|
[static]
Creates and returns a new
IFluxAdapter and automatically
detects its end parameter. | FluxBlur | ||
![]() |
reverse():void
Swaps the start and end value.
| AbstractFluxAdapter | |
|
[static]
Creates and returns a new
IFluxAdapter and automatically
detects its start parameter. | FluxBlur | ||
|
update(t:int, d:int):void
Updates the property.
| FluxBlur | ||
| FluxBlur | () | constructor |
public function FluxBlur(target:DisplayObject, from:Number, to:Number, quality:int = 1, easing:IFluxEasing = null)
Creates a new FluxBlur.
target:DisplayObject — target of the property
|
|
from:Number — start
|
|
to:Number — end
|
|
quality:int (default = 1) — quality of the blur
|
|
easing:IFluxEasing (default = null) — easing
|
| finalize | () | method |
public override function finalize():voidFinalizes the property;
| from | () | method |
public static function from(target:DisplayObject, from:Number, quality:int = 1, easing:IFluxEasing = null):IFluxAdapter
Creates and returns a new IFluxAdapter and automatically
detects its end parameter.
target:DisplayObject — target of the property
|
|
from:Number — start
|
|
quality:int (default = 1) — quality of the blur
|
|
easing:IFluxEasing (default = null) — easing
|
IFluxAdapter —
property
|
| to | () | method |
public static function to(target:DisplayObject, to:Number, quality:int = 1, easing:IFluxEasing = null):IFluxAdapter
Creates and returns a new IFluxAdapter and automatically
detects its start parameter.
target:DisplayObject — target of the property
|
|
to:Number — end
|
|
quality:int (default = 1) — quality of the blur
|
|
easing:IFluxEasing (default = null) — easing
|
IFluxAdapter —
property
|
| update | () | method |
public override function update(t:int, d:int):voidUpdates the property.
Parameterst:int — elapsed time
|
|
d:int — total duration
|