Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class Popper
InheritancePopper Inheritance TinkShowHideEffect Inheritance TinkEffect Inheritance TweenEffect Inheritance Effect

[Dummy Class Only!] The Popper effect either zooms the target in while fading it in (if isShowEffect is true), or zooms the target out while fading it out (if isShowEffect is false). The end result is that the target appears to pop in or pop out.

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
 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
  strength : Number
The magnified size of the target as a percentage.
Popper
 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
  
Popper
Property detail
strengthproperty
public var strength:Number

The magnified size of the target as a percentage. This value determines the beginning magnification (if isShowEffect is true) or ending magnification (if isShowEffect is false).

The default value is 1.3.

Constructor detail
Popper()constructor
public function Popper()