Package | spark.components.supportClasses |
Class | public class AnimationTarget |
Inheritance | AnimationTarget Object |
Implements | IAnimationTarget |
Property | Defined By | ||
---|---|---|---|
endFunction : Function | AnimationTarget | ||
repeatFunction : Function | AnimationTarget | ||
startFunction : Function | AnimationTarget | ||
stopFunction : Function | AnimationTarget | ||
updateFunction : Function | AnimationTarget |
Method | Defined 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 |
endFunction | property |
public var endFunction:Function
repeatFunction | property |
public var repeatFunction:Function
startFunction | property |
public var startFunction:Function
stopFunction | property |
public var stopFunction:Function
updateFunction | property |
public var updateFunction:Function
AnimationTarget | () | Constructor |
public function AnimationTarget(updateFunction:Function = null)
updateFunction:Function (default = null )
|
animationEnd | () | method |
animationRepeat | () | method |
animationStart | () | method |
animationStop | () | method |
animationUpdate | () | method |