Packageme.cosmodro.yaxs.transitions
Classpublic class TweenerTransition
InheritanceTweenerTransition Inheritance flash.events.EventDispatcher
Implements ITransition

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)



Public Properties
 PropertyDefined By
  fromSlide : Slide
get originating slide
TweenerTransition
  toSlide : Slide
get destination slide
TweenerTransition
  tweenParams : Object
get params object used to define Tweener operation
TweenerTransition
Public Methods
 MethodDefined By
  
TweenerTransition(s1:Slide = null, s2:Slide = null)
TweenerTransition
  
go(parent:DisplayObjectContainer):void
initiate the transition
TweenerTransition
Events
 Event Summary Defined By
  Dispatched after transition completes from the "go" methodTweenerTransition
Property Detail
fromSlideproperty
fromSlide:Slide

get originating slide


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

get destination slide


Implementation
    public function get toSlide():Slide
    public function set toSlide(value:Slide):void
tweenParamsproperty 
tweenParams:Object

get params object used to define Tweener operation


Implementation
    public function get tweenParams():Object
    public function set tweenParams(value:Object):void
Constructor Detail
TweenerTransition()Constructor
public function TweenerTransition(s1:Slide = null, s2:Slide = null)



Parameters
s1:Slide (default = null)
 
s2:Slide (default = null)
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