Packagefeathers.motion
Classpublic class Slide
InheritanceSlide Inheritance Object

Product Version : Feathers 2.1.0

Creates animated transitions for screen navigators that slides two display objects in the same direction (replacing one with the other) like a classic slide carousel. Animates the x and y properties of the display objects. The display objects may slide up, right, down, or left.

See also

Transitions for Feathers screen navigators: Slide


Public Methods
 MethodDefined By
  
createSlideDownTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function
[static] Creates a transition function for a screen navigator that that slides the new screen down from off-stage, pushing the old screen in the same direction.
Slide
  
createSlideLeftTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function
[static] Creates a transition function for a screen navigator that slides the new screen to the left from off-stage, pushing the old screen in the same direction.
Slide
  
createSlideRightTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function
[static] Creates a transition function for a screen navigator that that slides the new screen to the right from off-stage, pushing the old screen in the same direction.
Slide
  
createSlideUpTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function
[static] Creates a transition function for a screen navigator that that slides the new screen up from off-stage, pushing the old screen in the same direction.
Slide
Method Detail
createSlideDownTransition()method
public static function createSlideDownTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function

Creates a transition function for a screen navigator that that slides the new screen down from off-stage, pushing the old screen in the same direction.

Parameters

duration:Number (default = 0.5)
 
ease:Object (default = NaN)
 
tweenProperties:Object (default = null)

Returns
Function

See also

createSlideLeftTransition()method 
public static function createSlideLeftTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function

Creates a transition function for a screen navigator that slides the new screen to the left from off-stage, pushing the old screen in the same direction.

Parameters

duration:Number (default = 0.5)
 
ease:Object (default = NaN)
 
tweenProperties:Object (default = null)

Returns
Function

See also

createSlideRightTransition()method 
public static function createSlideRightTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function

Creates a transition function for a screen navigator that that slides the new screen to the right from off-stage, pushing the old screen in the same direction.

Parameters

duration:Number (default = 0.5)
 
ease:Object (default = NaN)
 
tweenProperties:Object (default = null)

Returns
Function

See also

createSlideUpTransition()method 
public static function createSlideUpTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function

Creates a transition function for a screen navigator that that slides the new screen up from off-stage, pushing the old screen in the same direction.

Parameters

duration:Number (default = 0.5)
 
ease:Object (default = NaN)
 
tweenProperties:Object (default = null)

Returns
Function

See also