| Package | me.cosmodro.yaxs.transitions |
| Interface | public interface ITransition extends IEventDispatcher |
| Implementors | ShatterTransition, TweenLiteTransition, TweenerTransition |
| Property | Defined By | ||
|---|---|---|---|
| fromSlide : Slide [write-only]
set slide1 content
| ITransition | ||
| toSlide : Slide [write-only]
set slide2 content
| ITransition | ||
| Method | Defined By | ||
|---|---|---|---|
go(parent:DisplayObjectContainer):void
initiate transition
| ITransition | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched after transition completes from the "go" method | ITransition | |||
| fromSlide | property |
fromSlide:Slide [write-only] set slide1 content
public function set fromSlide(value:Slide):void| toSlide | property |
toSlide:Slide [write-only] set slide2 content
public function set toSlide(value:Slide):void| go | () | method |
public function go(parent:DisplayObjectContainer):voidinitiate transition
Parameters
parent:DisplayObjectContainer — to add displayObjects to if necessary.
Always clean up afterward.
|
| COMPLETE | Event |
me.cosmodro.yaxs.events.TransitionEventDispatched after transition completes from the "go" method