Packageorg.coretween
Interfacepublic interface Tweenable
Implementors Tween, TweenStack



Public Methods
 MethodDefined By
  
pause(... args):void
Tweenable
  
resume():void
Tweenable
  
rewind():void
Tweenable
  
start():void
Tweenable
  
stop():void
Tweenable
  
update(currentTime:Number):void
Tweenable
Method Detail
pause()method
public function pause(... args):void

Parameters

... args

resume()method 
public function resume():void

rewind()method 
public function rewind():void

start()method 
public function start():void

stop()method 
public function stop():void

update()method 
public function update(currentTime:Number):void

Parameters

currentTime:Number