Packagecom.iwobanas.effects.effectClasses
Classpublic class SlideUpInstance
InheritanceSlideUpInstance Inheritance SlideInstance Inheritance mx.effects.effectClasses.TweenEffectInstance

The SlideUpInstance class implements the instance class for the SlideUp effect. Flex creates an instance of this class when it plays a SlideUp 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
  
SlideUpInstance(target:Object)
Constructor.
SlideUpInstance
Protected Methods
 MethodDefined by
  
SlideUpInstance
Constructor detail
SlideUpInstance()constructor
public function SlideUpInstance(target:Object)

Constructor.

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