Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class PixelDissolve
InheritancePixelDissolve Inheritance TinkShowHideEffect Inheritance TinkEffect Inheritance TweenEffect Inheritance Effect

[Dummy Class Only!] The PixelDissolve effects hides or reveals the target by masking the image with hundreds or thousands of tiny little blocks.

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
  blockSize : Number
The size of each of the masking blocks.
PixelDissolve
 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
  maxBlocks : Number
The maximum number of blocks to be used.
PixelDissolve
 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
  
PixelDissolve
Property detail
blockSizeproperty
public var blockSize:Number

The size of each of the masking blocks. This value can be overridden by the maxBlocks parameter.

The default value is 20.

maxBlocksproperty 
public var maxBlocks:Number

The maximum number of blocks to be used. This value overrides the blockSize parameter to ensure that there aren't so many blocks that performance is significantly degraded.

The default value is 10000.

Constructor detail
PixelDissolve()constructor
public function PixelDissolve()