Given two Slides, make a visual transition from one to the other by initiating a Tweener based transition.
Tween applies only to the exiting slide (fromSlide)
fromSlide:Slide
get originating slide
Implementation public function get fromSlide():Slide public function set fromSlide(value:Slide):voidtoSlide:Slide
get destination slide
Implementation public function get toSlide():Slide public function set toSlide(value:Slide):voidtweenParams:Object
get params object used to define Tweener operation
Implementation public function get tweenParams():Object public function set tweenParams(value:Object):voidpublic function TweenerTransition(s1:Slide = null, s2:Slide = null) Parameters | s1:Slide (default = null) |
| |
| s2:Slide (default = null) |
public function go(parent:DisplayObjectContainer):void
initiate the transition
Parameters
| parent:DisplayObjectContainer |
Event Object Type: me.cosmodro.yaxs.events.TransitionEvent
Dispatched after transition completes from the "go" method
Sat Jul 4 2009, 01:52 AM -05:00