Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class TweenEffect
InheritanceTweenEffect Inheritance Effect
SubclassesAnimateProperty, Blur, Fade, Glow, Move, Pause, Resize, Rotate, TinkEffect, Zoom

[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
  easingFunction : 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
  
TweenEffect
Property detail
easingFunctionproperty
public var easingFunction:Function

The easing function for the animation.

This must be specified as an easing function reference; for more information, see the EASING_FUNCTION_REFERENCE constant on the com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats reference class.

See also

Constructor detail
TweenEffect()constructor
public function TweenEffect()