| Package | com.addicted2flash.tween.adapter |
| Interface | public interface IFluxAdapter |
| Implementors | AbstractFluxAdapter |
| Method | Defined by | ||
|---|---|---|---|
|
finalize():void
Finalizes the property;
| IFluxAdapter | ||
|
reverse():void
Swaps the start and end value.
| IFluxAdapter | ||
|
update(t:int, d:int):void
Updates the property.
| IFluxAdapter | ||
| finalize | () | method |
public function finalize():voidFinalizes the property;
| reverse | () | method |
public function reverse():voidSwaps the start and end value.
| update | () | method |
public function update(t:int, d:int):voidUpdates the property.
Parameterst:int — elapsed time
|
|
d:int — total duration
|