Packagespark.components.supportClasses
Classpublic class AnimationTarget
InheritanceAnimationTarget Inheritance Object
Implements IAnimationTarget



Public Properties
 PropertyDefined By
  endFunction : Function
AnimationTarget
  repeatFunction : Function
AnimationTarget
  startFunction : Function
AnimationTarget
  stopFunction : Function
AnimationTarget
  updateFunction : Function
AnimationTarget
Public Methods
 MethodDefined By
  
AnimationTarget(updateFunction:Function = null)
AnimationTarget
  
animationEnd(animation:Animation):void
AnimationTarget
  
animationRepeat(animation:Animation):void
AnimationTarget
  
animationStart(animation:Animation):void
AnimationTarget
  
animationStop(animation:Animation):void
AnimationTarget
  
animationUpdate(animation:Animation):void
AnimationTarget
Property Detail
endFunctionproperty
public var endFunction:Function

repeatFunctionproperty 
public var repeatFunction:Function

startFunctionproperty 
public var startFunction:Function

stopFunctionproperty 
public var stopFunction:Function

updateFunctionproperty 
public var updateFunction:Function

Constructor Detail
AnimationTarget()Constructor
public function AnimationTarget(updateFunction:Function = null)



Parameters
updateFunction:Function (default = null)
Method Detail
animationEnd()method
public function animationEnd(animation:Animation):void

Parameters

animation:Animation

animationRepeat()method 
public function animationRepeat(animation:Animation):void

Parameters

animation:Animation

animationStart()method 
public function animationStart(animation:Animation):void

Parameters

animation:Animation

animationStop()method 
public function animationStop(animation:Animation):void

Parameters

animation:Animation

animationUpdate()method 
public function animationUpdate(animation:Animation):void

Parameters

animation:Animation