| Package | com.pblabs.animation |
| Class | public class AnimationEvent |
| Inheritance | AnimationEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| animation : Animator = null
The Animator that triggered the event. | AnimationEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AnimationEvent(type:String, animation:Animator, bubbles:Boolean = true, cancelable:Boolean = false) | AnimationEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ANIMATION_FINISHED_EVENT : String = ANIMATION_FINISHED_EVENT [static]
This event is dispatched by an Animator when the animation completely finishes. | AnimationEvent | ||
| ANIMATION_REPEATED_EVENT : String = ANIMATION_REPEATED_EVENT [static]
This event is dispatched by an Animator when the animation has finished one iteration
and is repeating. | AnimationEvent | ||
| ANIMATION_RESUMED_EVENT : String = ANIMATION_RESUMED_EVENT [static]
This event is dispatched by an Animator when the animation is resumed after being manually
stopped. | AnimationEvent | ||
| ANIMATION_STARTED_EVENT : String = ANIMATION_STARTED_EVENT [static]
This event is dispatched by an Animator when the animation first starts. | AnimationEvent | ||
| ANIMATION_STOPPED_EVENT : String = ANIMATION_STOPPED_EVENT [static]
This event is dispatched by an Animator when the animation is manually stopped. | AnimationEvent | ||
| animation | property |
public var animation:Animator = nullThe Animator that triggered the event.
| AnimationEvent | () | Constructor |
public function AnimationEvent(type:String, animation:Animator, bubbles:Boolean = true, cancelable:Boolean = false)type:String | |
animation:Animator | |
bubbles:Boolean (default = true) | |
cancelable:Boolean (default = false) |
| ANIMATION_FINISHED_EVENT | Constant |
public static const ANIMATION_FINISHED_EVENT:String = ANIMATION_FINISHED_EVENTThis event is dispatched by an Animator when the animation completely finishes.
| ANIMATION_REPEATED_EVENT | Constant |
public static const ANIMATION_REPEATED_EVENT:String = ANIMATION_REPEATED_EVENTThis event is dispatched by an Animator when the animation has finished one iteration and is repeating.
| ANIMATION_RESUMED_EVENT | Constant |
public static const ANIMATION_RESUMED_EVENT:String = ANIMATION_RESUMED_EVENTThis event is dispatched by an Animator when the animation is resumed after being manually stopped.
| ANIMATION_STARTED_EVENT | Constant |
public static const ANIMATION_STARTED_EVENT:String = ANIMATION_STARTED_EVENTThis event is dispatched by an Animator when the animation first starts.
| ANIMATION_STOPPED_EVENT | Constant |
public static const ANIMATION_STOPPED_EVENT:String = ANIMATION_STOPPED_EVENTThis event is dispatched by an Animator when the animation is manually stopped.