Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class Slide
InheritanceSlide Inheritance TinkEffect Inheritance TweenEffect Inheritance Effect

[Dummy Class Only!] The Slide effect slides the target in or out from the specifed direction.

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
Controls the direction that the slide effect happens from/to.
Slide
 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
 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
  spacing : Number
The additional spacing (beyond the size of the target) that the slide effect should take place from.
Slide
 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
  
Slide
Property detail
directionproperty
public var direction:String

Controls the direction that the slide effect happens from/to.

Possible values include: left, right, up, down, random

The default value is "left".

spacingproperty 
public var spacing:Number

The additional spacing (beyond the size of the target) that the slide effect should take place from. This can be used to make the effect appear to slide the component in from outside of the visible area.

The default value is 40.

Constructor detail
Slide()constructor
public function Slide()