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