Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class WipeDown
InheritanceWipeDown Inheritance MaskEffect Inheritance Effect

[Dummy Class Only!] The WipeDown class defines a bar wipe down effect. The before or after state of the component must be invisible.

You often use this effect with the showEffect and hideEffect triggers. The showEffect trigger occurs when a component becomes visible by changing its visible property from false to true. The hideEffect trigger occurs when the component becomes invisible by changing its visible property from true to false.

This effect inherits the MaskEffect.showTarget property. If you set the value to true, the component appears. If you set the value to false, the component disappears. The default value is true. If you specify this effect for a showEffect or hideEffect trigger, the slideshow automatically sets the showTarget property for you, either to true if the component becomes invisible, or false if the component becomes visible.

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
 InheritedshowTarget : 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
  
WipeDown
Constructor detail
WipeDown()constructor
public function WipeDown()