| Package | flare.animate |
| Class | public class TransitionEvent |
| Inheritance | TransitionEvent flash.events.Event |
Transition
starts, steps, ends, or is canceled.
| Property | Defined by | ||
|---|---|---|---|
| transition : Transition
[read-only] The transition this event corresponds to.
| TransitionEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TransitionEvent(type:String, t:Transition)
Creates a new TransitionEvent.
| TransitionEvent | ||
|
clone():Event
| TransitionEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CANCEL : String = "cancel" [static] A transition cancel event.
| TransitionEvent | ||
| END : String = "end" [static] A transition end event.
| TransitionEvent | ||
| START : String = "start" [static] A transition start event.
| TransitionEvent | ||
| STEP : String = "step" [static] A transition step event.
| TransitionEvent | ||
| transition | property |
transition:Transition [read-only]The transition this event corresponds to.
Implementation public function get transition():Transition
| TransitionEvent | () | constructor |
public function TransitionEvent(type:String, t:Transition)Creates a new TransitionEvent.
Parameterstype:String — the event type (START, STEP, or END)
|
|
t:Transition — the transition this event corresponds to
|
| clone | () | method |
public override function clone():EventReturns
Event |
| CANCEL | constant |
public static const CANCEL:String = "cancel"A transition cancel event.
| END | constant |
public static const END:String = "end"A transition end event.
| START | constant |
public static const START:String = "start"A transition start event.
| STEP | constant |
public static const STEP:String = "step"A transition step event.