Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class SoftIris
InheritanceSoftIris Inheritance TinkShowHideEffect Inheritance TinkEffect Inheritance TweenEffect Inheritance Effect

[Dummy Class Only!] The SoftIris effect creates a circle with a softened edge which either grows to hide the target (if isShowEffect is false), or shrinks to reveal the target (if isShowEffect is true).

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
  direction : String
Specifies the direction of the effect.
SoftIris
 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
 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
  softenSize : Number
The amount, in pixels, the edges of the circle should be softened (faded).
SoftIris
 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
  
SoftIris
Property detail
directionproperty
public var direction:String

Specifies the direction of the effect.

Possible values include: grow, shrink

If set to grow and isShowEffect is true, the visible portion of the image will grow from a small circle in the center until the entire image is visible. If set to grow and isShowEffect is false, a hole will appear in the middle of the image and grow until the entire image has been hidden.

If set to shrink and isShowEffect is true, a hole in the middle of the image will shrink until it is gone and the entire image is visible. If set to shrink and isShowEffect is false, the visible circle will shrink until the entire image has been hidden.

The default value is "grow".

softenSizeproperty 
public var softenSize:Number

The amount, in pixels, the edges of the circle should be softened (faded).

The default value is 100.

Constructor detail
SoftIris()constructor
public function SoftIris()