| Package | feathers.motion |
| Class | public class Flip |
| Inheritance | Flip Object |
| Product Version : | Feathers 2.1.0 |
Warning: Flip and other transitions with 3D effects may
not be compatible with masks.
See also
| Method | Defined By | ||
|---|---|---|---|
createFlipDownTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function [static]
Creates a transition function for a screen navigator that positions
the screens in 3D space is if they are printed on opposite sides of a
postcard, and the card rotates down, around its x-axis, to reveal the
new screen on the back side. | Flip | ||
createFlipLeftTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function [static]
Creates a transition function for a screen navigator that positions
the screens in 3D space is if they are printed on opposite sides of a
postcard, and the card rotates left, around its y-axis, to reveal the
new screen on the back side. | Flip | ||
createFlipRightTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function [static]
Creates a transition function for a screen navigator that positions
the screens in 3D space is if they are printed on opposite sides of a
postcard, and the card rotates right, around its y-axis, to reveal
the new screen on the back side. | Flip | ||
createFlipUpTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function [static]
Creates a transition function for a screen navigator that positions
the screens in 3D space is if they are printed on opposite sides of a
postcard, and the card rotates up, around its x-axis, to reveal the
new screen on the back side. | Flip | ||
| createFlipDownTransition | () | method |
public static function createFlipDownTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates a transition function for a screen navigator that positions the screens in 3D space is if they are printed on opposite sides of a postcard, and the card rotates down, around its x-axis, to reveal the new screen on the back side.
Parameters
duration:Number (default = 0.5) | |
ease:Object (default = NaN) | |
tweenProperties:Object (default = null) |
Function |
See also
| createFlipLeftTransition | () | method |
public static function createFlipLeftTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates a transition function for a screen navigator that positions the screens in 3D space is if they are printed on opposite sides of a postcard, and the card rotates left, around its y-axis, to reveal the new screen on the back side.
Parameters
duration:Number (default = 0.5) | |
ease:Object (default = NaN) | |
tweenProperties:Object (default = null) |
Function |
See also
| createFlipRightTransition | () | method |
public static function createFlipRightTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates a transition function for a screen navigator that positions the screens in 3D space is if they are printed on opposite sides of a postcard, and the card rotates right, around its y-axis, to reveal the new screen on the back side.
Parameters
duration:Number (default = 0.5) | |
ease:Object (default = NaN) | |
tweenProperties:Object (default = null) |
Function |
See also
| createFlipUpTransition | () | method |
public static function createFlipUpTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates a transition function for a screen navigator that positions the screens in 3D space is if they are printed on opposite sides of a postcard, and the card rotates up, around its x-axis, to reveal the new screen on the back side.
Parameters
duration:Number (default = 0.5) | |
ease:Object (default = NaN) | |
tweenProperties:Object (default = null) |
Function |
See also