Package | com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
Class | public class TweenEffect |
Inheritance | TweenEffect ![]() |
Subclasses | AnimateProperty, Blur, Fade, Glow, Move, Pause, Resize, Rotate, TinkEffect, Zoom |
See also
Property | Defined by | ||
---|---|---|---|
![]() | duration : Number
Duration of the effect in milliseconds.
| Effect | |
easingFunction : Function
The easing function for the animation.
| TweenEffect | ||
![]() | repeatCount : Number
Number of times to repeat the effect.
| Effect | |
![]() | repeatDelay : Number
Amount of time, in milliseconds, to wait before repeating the effect.
| Effect | |
![]() | startDelay : Number
Amount of time, in milliseconds, to wait before starting the effect.
| Effect |
Method | Defined by | ||
---|---|---|---|
TweenEffect |
easingFunction | property |
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
TweenEffect | () | constructor |
public function TweenEffect()