Packagecom.panosalado.utils
Classpublic class Animation
InheritanceAnimation Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
  deltaTime : int
Animation
  deltaValue : Vector
Animation
  property : Vector
Animation
  startValue : Vector
Animation
  target : *
Animation
  time : Number
Animation
  tween : Function
Animation
Public Methods
 MethodDefined by
  
Animation(target:*, property:Vector, end:Vector, time:Number, tween:Function)
Animation
  
pause():void
Animation
  
play():void
Animation
  
stop():void
Animation
  
toString():String
Animation
Property detail
deltaTimeproperty
public var deltaTime:int
deltaValueproperty 
public var deltaValue:Vector
propertyproperty 
public var property:Vector
startValueproperty 
public var startValue:Vector
targetproperty 
public var target:*
timeproperty 
public var time:Number
tweenproperty 
public var tween:Function
Constructor detail
Animation()constructor
public function Animation(target:*, property:Vector, end:Vector, time:Number, tween:Function)Parameters
target:*
 
property:Vector
 
end:Vector
 
time:Number
 
tween:Function
Method detail
pause()method
public function pause():void
play()method 
public function play():void
stop()method 
public function stop():void
toString()method 
public override function toString():String

Returns
String