The SlideInstance is a base class for all slide effects instance classes.
This class contains most of logic related to slide effect initialization
and finalization.
Inheriting classes overrides
initVisibleRect
function to set the visible component bounds
and
onTweenUpdate
function to animate slide in a given direction.
protected var _showExplicitlySet:Boolean
protected var _showTarget:Boolean = true
showTarget:Boolean
[read-write]
Specifies that the target component is becoming visible,
true
, or invisible, false
.
If this value is not set default value is used depending
on triggering event type (see SlideDown effect documentation).
Implementation
public function get showTarget():Boolean
public function set showTarget(value:Boolean):void
public function SlideInstance(target:Object)
Constructor.
Parameters
| target:Object — The Object to animate with this effect.
|
© 2009 Iwo Banaś - http://www.iwobanas.com