| Package | feathers.motion | 
| Class | public class Slide | 
| Inheritance | Slide  Object | 
| Product Version : | Feathers 2.1.0 | 
x and y
	 properties of the display objects. The display objects may slide up,
	 right, down, or left.
	 
	 See also
| Method | Defined 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 | ||
| createSlideDownTransition | () | method | 
 public static function createSlideDownTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates 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) | 
| Function | 
See also
| createSlideLeftTransition | () | method | 
 public static function createSlideLeftTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates 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) | 
| Function | 
See also
| createSlideRightTransition | () | method | 
 public static function createSlideRightTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates 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) | 
| Function | 
See also
| createSlideUpTransition | () | method | 
 public static function createSlideUpTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates 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) | 
| Function | 
See also