Package | com.iwobanas.effects |
Class | public class Slide |
Inheritance | Slide ![]() |
Subclasses | SlideDown, SlideLeft, SlideRight, SlideUp |
Property | Defined by | ||
---|---|---|---|
showTarget : Boolean
Specifies that the target component is becoming visible,
true , or invisible, false . | Slide |
Property | Defined by | ||
---|---|---|---|
_showExplicitlySet : Boolean | Slide | ||
_showTarget : Boolean = true | Slide |
Method | Defined by | ||
---|---|---|---|
Slide(target:Object = null)
Constructor.
| Slide |
_showExplicitlySet | property |
protected var _showExplicitlySet:Boolean
_showTarget | property |
protected var _showTarget:Boolean = true
showTarget | property |
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
.
public function get showTarget():Boolean
public function set showTarget(value:Boolean):void
Slide | () | constructor |
public function Slide(target:Object = null)
Constructor.
Parameterstarget:Object (default = null ) — The Object to animate with this effect.
|