| Package | me.cosmodro.yaxs.transitions |
| Class | public class TweenLiteTransition |
| Inheritance | TweenLiteTransition flash.events.EventDispatcher |
| Implements | ITransition |
| Property | Defined By | ||
|---|---|---|---|
| fromSlide : Slide [write-only]
set originating slide
| TweenLiteTransition | ||
| toSlide : Slide [write-only]
set entering slide
| TweenLiteTransition | ||
| Method | Defined By | ||
|---|---|---|---|
constructor which builds TweenLite transitions for slides
| TweenLiteTransition | ||
go(parent:DisplayObjectContainer):void
initiate the transition
| TweenLiteTransition | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched after transition completes from the "go" method | TweenLiteTransition | |||
| fromSlide | property |
fromSlide:Slide [write-only] set originating slide
public function set fromSlide(value:Slide):void| toSlide | property |
toSlide:Slide [write-only] set entering slide
public function set toSlide(value:Slide):void| TweenLiteTransition | () | Constructor |
public function TweenLiteTransition(fs:Slide, ts:Slide, fo:Object, to:Object)constructor which builds TweenLite transitions for slides
Parametersfs:Slide — Slide - from slide
| |
ts:Slide — Slide - to slide
| |
fo:Object — Object - params object for departing slide tweenlite transition
| |
to:Object — Object - params object for incoming slide tweenlite transition
|
| go | () | method |
public function go(parent:DisplayObjectContainer):voidinitiate the transition
Parameters
parent:DisplayObjectContainer — the parent DisplayObjectContainer. unused in this transition
|
| COMPLETE | Event |
me.cosmodro.yaxs.events.TransitionEventDispatched after transition completes from the "go" method