Packagecom.iwobanas.effects
Classpublic class Slide
InheritanceSlide Inheritance mx.effects.TweenEffect
SubclassesSlideDown, SlideLeft, SlideRight, SlideUp

Slede class is a base class for slide effects in different directions. It contains most of slide effects logic, inheriting classes overrides constructor only to change instance class.



Public Properties
 PropertyDefined by
  showTarget : Boolean
Specifies that the target component is becoming visible, true, or invisible, false.
Slide
Protected Properties
 PropertyDefined by
  _showExplicitlySet : Boolean
Slide
  _showTarget : Boolean = true
Slide
Public Methods
 MethodDefined by
  
Slide(target:Object = null)
Constructor.
Slide
Property detail
_showExplicitlySetproperty
protected var _showExplicitlySet:Boolean
_showTargetproperty 
protected var _showTarget:Boolean = true
showTargetproperty 
showTarget:Boolean  [read-write]

Specifies that the target component is becoming visible, true, or invisible, false. If used as showEffect, addedEffect or creationCompleteEffect and showTarget is not set default value of true) is applied. If used as hideEffect or removedEffect and showTarget is not set default value of false) is applied.

The default value is true.

Implementation
    public function get showTarget():Boolean
    public function set showTarget(value:Boolean):void
Constructor detail
Slide()constructor
public function Slide(target:Object = null)

Constructor.

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