Packagecom.iwobanas.effects
Classpublic class SlideLeft
InheritanceSlideLeft Inheritance Slide Inheritance mx.effects.TweenEffect

The SlideLeft class defines slide left effect. Depending on showTarget property value the target component disappears (when false) or appears (when true) by sliding from left to right.



Public Properties
 PropertyDefined by
 InheritedshowTarget : Boolean
Specifies that the target component is becoming visible, true, or invisible, false.
Slide
Protected Properties
 PropertyDefined by
 Inherited_showExplicitlySet : Boolean
Slide
 Inherited_showTarget : Boolean = true
Slide
Public Methods
 MethodDefined by
  
SlideLeft(target:Object = null)
Constructor.
SlideLeft
Constructor detail
SlideLeft()constructor
public function SlideLeft(target:Object = null)

Constructor.

Parameters
target:Object (default = null) — The Object to animate with this effect.