Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class Pause
InheritancePause Inheritance TweenEffect Inheritance Effect

[Dummy Class Only!] The Pause effect is useful when sequencing effects. It does nothing for a specified period of time. If you add a Pause effect as a child of a sequenced effect, you can create a pause between the two other 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
 InheritedeasingFunction : Function
The easing function for the animation.
TweenEffect
 InheritedrepeatCount : Number
Number of times to repeat the effect.
Effect
 InheritedrepeatDelay : Number
Amount of time, in milliseconds, to wait before repeating the effect.
Effect
 InheritedstartDelay : Number
Amount of time, in milliseconds, to wait before starting the effect.
Effect
Public Methods
 MethodDefined by
  
Pause
Constructor detail
Pause()constructor
public function Pause()