Packageme.cosmodro.yaxs.transitions.shatter
Classpublic class ShatterTransition
InheritanceShatterTransition Inheritance flash.display.Sprite
Implements ITransition

A transition which uses the flash 10 drawing api to make one slide appear to shatter, revealing the next behind it.



Public Properties
 PropertyDefined By
  fromSlide : Slide
gets the originating slide
ShatterTransition
  toSlide : Slide
gets the destination slide
ShatterTransition
Public Methods
 MethodDefined By
  
ShatterTransition
  
go(parent:DisplayObjectContainer):void
initiate the transition
ShatterTransition
Events
 Event Summary Defined By
  Dispatched after transition completes from the "go" methodShatterTransition
Property Detail
fromSlideproperty
fromSlide:Slide

gets the originating slide


Implementation
    public function get fromSlide():Slide
    public function set fromSlide(value:Slide):void
toSlideproperty 
toSlide:Slide

gets the destination slide


Implementation
    public function get toSlide():Slide
    public function set toSlide(value:Slide):void
Constructor Detail
ShatterTransition()Constructor
public function ShatterTransition(fs:Slide, ts:Slide)



Parameters
fs:Slide
 
ts:Slide
Method Detail
go()method
public function go(parent:DisplayObjectContainer):void

initiate the transition

Parameters

parent:DisplayObjectContainer

Event Detail
COMPLETE Event
Event Object Type: me.cosmodro.yaxs.events.TransitionEvent

Dispatched after transition completes from the "go" method