Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class TinkEffect
InheritanceTinkEffect Inheritance TweenEffect Inheritance Effect
SubclassesIsolatedCube, Pixelate, Slide, SuperBlinds, TinkShowHideEffect

[Dummy Class Only!] This class is used to define shared properties for various sub-effects. 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
  blur : BlurFilter
Specifies the blur filter to be used on the bitmap effect.
TinkEffect
  displayOffsetX : Number
Specifies the pixel x-offset of the bitmap overlay used in the effect.
TinkEffect
  displayOffsetY : 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
 InheritedrepeatCount : Number
Number of times to repeat the effect.
Effect
 InheritedrepeatDelay : Number
Amount of time, in milliseconds, to wait before repeating the effect.
Effect
  smoothing : 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
  transparent : Boolean
Specifies whether the bitmap overlay should be transparent.
TinkEffect
  waitToHideTarget : 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
  
TinkEffect
Property detail
blurproperty
public var blur:BlurFilter

Specifies the blur filter to be used on the bitmap effect. Omit this parameter to not use any blur filter.

The XML attribute format should be: BlurFilter(blurX,blurY,quality)
Example Value: BlurFilter(4,4,1)

For more information about the BlurFilter XML attribute format, see the BLUR_FILTER constant on the com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats reference class.

See also

displayOffsetXproperty 
public var displayOffsetX:Number

Specifies the pixel x-offset of the bitmap overlay used in the effect. This parameter should only be specified if you notice a horizontal 'shift' when the effect starts and ends.

The default value is 0.

displayOffsetYproperty 
public var displayOffsetY:Number

Specifies the pixel y-offset of the bitmap overlay used in the effect. This parameter should only be specified if you notice a vertical 'shift' when the effect starts and ends.

The default value is 0.

smoothingproperty 
public var smoothing:Boolean

Specifies if smoothing should be enabled for the bitmap effect. Usually, this value should be set to true. However, it can slightly reduce effect performance.

transparentproperty 
public var transparent:Boolean

Specifies whether the bitmap overlay should be transparent. Usually, this value should be set to true.

waitToHideTargetproperty 
public var waitToHideTarget:Boolean

Specifies if there should be a small delay (of about 150 msecs) between the bitmap overlay being created and the target being hidden. This should only be set to false if you're seeing 'ghosting' at the start of the effect.

The default value is true.

Constructor detail
TinkEffect()constructor
public function TinkEffect()