| Package | com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
| Class | public class TinkShowHideEffect |
| Inheritance | TinkShowHideEffect TinkEffect TweenEffect Effect |
| Subclasses | Blinds, BlurFade, BlurFadeFly, PixelDissolve, Popper, SoftIris, SoftWipe |
See also
| Property | Defined 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 | |
![]() | duration : Number
Duration of the effect in milliseconds.
| Effect | |
![]() | easingFunction : Function
The easing function for the animation.
| TweenEffect | |
| isShowEffect : Boolean
Specifies if the effect is used to reveal/show the target component (
true) or hide the target component (false). | TinkShowHideEffect | ||
![]() | repeatCount : Number
Number of times to repeat the effect.
| Effect | |
![]() | repeatDelay : 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 | |
![]() | startDelay : 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 | |
| Method | Defined by | ||
|---|---|---|---|
| TinkShowHideEffect | |||
| isShowEffect | property |
public var isShowEffect:Boolean
Specifies if the effect is used to reveal/show the target component (true) or hide the target component (false).
| TinkShowHideEffect | () | constructor |
public function TinkShowHideEffect()