Packagecom.iwobanas.effects
Classpublic class SlideDown
InheritanceSlideDown Inheritance Slide Inheritance mx.effects.TweenEffect

The SlideDown class defines slide down effect. Depending on showTarget property value the target component disappears (when false) or appears (when true) by sliding downward.



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
  
SlideDown(target:Object = null)
Constructor.
SlideDown
Constructor detail
SlideDown()constructor
public function SlideDown(target:Object = null)

Constructor.

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