| Package | com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
| Class | public class Blur |
| Inheritance | Blur TweenEffect Effect |
The Blur effect uses the Flash BlurFilter class as part of its implementation. For more information, see flash.filters.BlurFilter.
If you apply a Blur effect to a component, you cannot apply a BlurFilter or a second Blur effect to the component.
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
| Property | Defined by | ||
|---|---|---|---|
| blurXFrom : Number
The starting amount of horizontal blur.
| Blur | ||
| blurXTo : Number
The ending amount of horizontal blur.
| Blur | ||
| blurYFrom : Number
The starting amount of vertical blur.
| Blur | ||
| blurYTo : Number
The ending amount of vertical blur.
| Blur | ||
![]() | 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 | ||
|---|---|---|---|
|
Blur()
| Blur | ||
| blurXFrom | property |
public var blurXFrom:NumberThe starting amount of horizontal blur. Valid values are from 0.0 to 255.0.
| blurXTo | property |
public var blurXTo:NumberThe ending amount of horizontal blur. Valid values are from 0.0 to 255.0.
| blurYFrom | property |
public var blurYFrom:NumberThe starting amount of vertical blur. Valid values are from 0.0 to 255.0.
| blurYTo | property |
public var blurYTo:NumberThe ending amount of vertical blur. Valid values are from 0.0 to 255.0.
| Blur | () | constructor |
public function Blur()