Packagecom.iwobanas.effects
Classpublic class SlideUp
InheritanceSlideUp Inheritance Slide Inheritance mx.effects.TweenEffect

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



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

Constructor.

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