| Package | com.addicted2flash.tween.adapter |
| Class | public class DisplayFluxAdapter |
| Inheritance | DisplayFluxAdapter AbstractFluxAdapter |
| Subclasses | FluxAlpha, FluxBlur, FluxBlurX, FluxBlurY, FluxHeight, FluxRotation, FluxScale, FluxScaleX, FluxScaleY, FluxWidth, FluxX, FluxY |
IFluxAdapter implementations that tween DisplayObjects.
| Property | Defined by | ||
|---|---|---|---|
![]() | change : Number Difference of start and end position
| AbstractFluxAdapter | |
![]() | easing : IFluxEasing
Easing object
| AbstractFluxAdapter | |
![]() | from : Number Start position
| AbstractFluxAdapter | |
| target : DisplayObject Target of the adapter
| DisplayFluxAdapter | ||
![]() | to : Number End position
| AbstractFluxAdapter | |
| Method | Defined by | ||
|---|---|---|---|
|
DisplayFluxAdapter(target:DisplayObject, from:Number, to:Number, easing:IFluxEasing = null)
Creates a new
DisplayFluxAdapter. | DisplayFluxAdapter | ||
![]() |
finalize():void
Finalizes the property;
| AbstractFluxAdapter | |
![]() |
reverse():void
Swaps the start and end value.
| AbstractFluxAdapter | |
![]() |
update(t:int, d:int):void
Updates the property.
| AbstractFluxAdapter | |
| target | property |
protected var target:DisplayObjectTarget of the adapter
| DisplayFluxAdapter | () | constructor |
public function DisplayFluxAdapter(target:DisplayObject, from:Number, to:Number, easing:IFluxEasing = null)
Creates a new DisplayFluxAdapter.
target:DisplayObject — target of the adapter
|
|
from:Number — start
|
|
to:Number — end position
|
|
easing:IFluxEasing (default = null) — easing
|