Packagefeathers.motion
Classpublic class Flip
InheritanceFlip Inheritance Object

Product Version : Feathers 2.1.0

Creates animated transitions for screen navigators that position display objects in 3D space is if they are printed on opposite sides of a postcard. A display object may appear on the front or back side, and the card rotates around its center to reveal the other side. The card may rotate up or down around the x-axis, or they may rotate left or right around the y-axis.

Warning: Flip and other transitions with 3D effects may not be compatible with masks.

See also

Transitions for Feathers screen navigators: Flip


Public Methods
 MethodDefined 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
Method Detail
createFlipDownTransition()method
public static function createFlipDownTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):Function

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.

Parameters

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

Returns
Function

See also

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

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.

Parameters

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

Returns
Function

See also

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

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.

Parameters

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

Returns
Function

See also

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

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.

Parameters

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

Returns
Function

See also