Packagecom.iwobanas.effects.effectClasses
Classpublic class SlideDownInstance
InheritanceSlideDownInstance Inheritance SlideInstance Inheritance mx.effects.effectClasses.TweenEffectInstance

The SlideDownInstance class implements the instance class for the SlideDown effect. Flex creates an instance of this class when it plays a SlideDown effect; you do not create one yourself.



Public Properties
 PropertyDefined by
 InheritedshowTarget : Boolean
Specifies that the target component is becoming visible, true, or invisible, false.
SlideInstance
Protected Properties
 PropertyDefined by
 Inherited_showExplicitlySet : Boolean
SlideInstance
 Inherited_showTarget : Boolean = true
SlideInstance
Public Methods
 MethodDefined by
  
SlideDownInstance(target:Object)
Constructor.
SlideDownInstance
Protected Methods
 MethodDefined by
  
SlideDownInstance
Constructor detail
SlideDownInstance()constructor
public function SlideDownInstance(target:Object)

Constructor.

Parameters
target:Object — The Object to animate with this effect.
Method detail
initVisibleRect()method
protected override function initVisibleRect():void