A transition which uses the flash 10 drawing api to make one slide appear to shatter, revealing the next behind it.
fromSlide:Slide
gets the originating slide
Implementation public function get fromSlide():Slide public function set fromSlide(value:Slide):voidtoSlide:Slide
gets the destination slide
Implementation public function get toSlide():Slide public function set toSlide(value:Slide):voidpublic function ShatterTransition(fs:Slide, ts:Slide) Parameters 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