Packagecom.addicted2flash.tween.adapter
Interfacepublic interface IFluxAdapter
ImplementorsAbstractFluxAdapter

Interface for all custom flux properties that want to be tweened.



Public Methods
 MethodDefined 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
Method detail
finalize()method
public function finalize():void

Finalizes the property;

reverse()method 
public function reverse():void

Swaps the start and end value.

update()method 
public function update(t:int, d:int):void

Updates the property.

Parameters
t:int — elapsed time
 
d:int — total duration