Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class BlurFade
InheritanceBlurFade Inheritance TinkShowHideEffect Inheritance TinkEffect Inheritance TweenEffect Inheritance Effect

[Dummy Class Only!] The BlurFade effect blurs and fades the target at the same time. If isShowEffect is set to true, then the beginning alpha and beginning blur strength will be determined by the maxBlur and minAlpha properties. If isShowEffect is set to false, then the ending alpha and ending blur will be determined by these properties.

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
 Inheritedblur : BlurFilter
Specifies the blur filter to be used on the bitmap effect.
TinkEffect
 InheriteddisplayOffsetX : Number
Specifies the pixel x-offset of the bitmap overlay used in the effect.
TinkEffect
 InheriteddisplayOffsetY : Number
Specifies the pixel y-offset of the bitmap overlay used in the effect.
TinkEffect
 Inheritedduration : Number
Duration of the effect in milliseconds.
Effect
 InheritedeasingFunction : Function
The easing function for the animation.
TweenEffect
 InheritedisShowEffect : Boolean
Specifies if the effect is used to reveal/show the target component (true) or hide the target component (false).
TinkShowHideEffect
  maxBlur : Number
The maximum strength of the blur.
BlurFade
  minAlpha : Number
The minimum opacity of the target.
BlurFade
 InheritedrepeatCount : Number
Number of times to repeat the effect.
Effect
 InheritedrepeatDelay : Number
Amount of time, in milliseconds, to wait before repeating the effect.
Effect
 Inheritedsmoothing : Boolean
Specifies if smoothing should be enabled for the bitmap effect.
TinkEffect
 InheritedstartDelay : Number
Amount of time, in milliseconds, to wait before starting the effect.
Effect
 Inheritedtransparent : Boolean
Specifies whether the bitmap overlay should be transparent.
TinkEffect
 InheritedwaitToHideTarget : Boolean
Specifies if there should be a small delay (of about 150 msecs) between the bitmap overlay being created and the target being hidden.
TinkEffect
Public Methods
 MethodDefined by
  
BlurFade
Property detail
maxBlurproperty
public var maxBlur:Number

The maximum strength of the blur. This is the value which will be used at the beginning of the effect if isShowEffect is set to true, or the end of the effect if isShowEffect is false.

The default value is 40.

minAlphaproperty 
public var minAlpha:Number

The minimum opacity of the target. This is the value which will be used at the beginning of the effect if isShowEffect is set to true, or the end of the effect if isShowEffect is false.

Values from 0.0 (transparent) to 1.0 (opaque) are supported.

The default value is 0.0.

Constructor detail
BlurFade()constructor
public function BlurFade()