Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class MaskEffect
InheritanceMaskEffect Inheritance Effect
SubclassesIris, WipeDown, WipeLeft, WipeRight, WipeUp

[Dummy Class Only!] This class is used to define shared properties for various sub-effects. This class is part of the EffectLibrary sub-effect documentation. It is a dummy class used only to document the supported parameters for a given sub-effect node.

See also

com.dwuser.ss4.managers.EffectLibrary


Public Properties
 PropertyDefined by
 Inheritedduration : Number
Duration of the effect in milliseconds.
Effect
 InheritedrepeatCount : Number
Number of times to repeat the effect.
Effect
 InheritedrepeatDelay : Number
Amount of time, in milliseconds, to wait before repeating the effect.
Effect
  showTarget : Boolean
Specifies that the target is becoming visible (true), or invisible (false).
MaskEffect
 InheritedstartDelay : Number
Amount of time, in milliseconds, to wait before starting the effect.
Effect
Public Methods
 MethodDefined by
  
MaskEffect
Property detail
showTargetproperty
public var showTarget:Boolean

Specifies that the target is becoming visible (true), or invisible (false). If you specify this effect for a showEffect or hideEffect trigger, the showTarget property is automatically set for you -- either to true if the component becomes visible, or false if the component becomes invisible. If you use this effect with a different effect trigger, you should set it yourself.

The default value is true.

Constructor detail
MaskEffect()constructor
public function MaskEffect()