| Package | feathers.motion |
| Class | public class Cube |
| Inheritance | Cube Object |
| Product Version : | Feathers 2.1.0 |
Warning: Cube and other transitions with 3D effects may
not be compatible with masks.
See also
| Method | Defined By | ||
|---|---|---|---|
createCubeDownTransition(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 as if they are on two adjacent sides of a
cube, and the cube rotates down around the y-axis. | Cube | ||
createCubeLeftTransition(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 as if they are on two adjacent sides of a
cube, and the cube rotates left around the y-axis. | Cube | ||
createCubeRightTransition(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 as if they are on two adjacent sides of a
cube, and the cube rotates right around the y-axis. | Cube | ||
createCubeUpTransition(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 as if they are on two adjacent sides of a
cube, and the cube rotates up around the x-axis. | Cube | ||
| createCubeDownTransition | () | method |
public static function createCubeDownTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates a transition function for a screen navigator that positions the screens in 3D space as if they are on two adjacent sides of a cube, and the cube rotates down around the y-axis.
Parameters
duration:Number (default = 0.5) | |
ease:Object (default = NaN) | |
tweenProperties:Object (default = null) |
Function |
See also
| createCubeLeftTransition | () | method |
public static function createCubeLeftTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates a transition function for a screen navigator that positions the screens in 3D space as if they are on two adjacent sides of a cube, and the cube rotates left around the y-axis.
Parameters
duration:Number (default = 0.5) | |
ease:Object (default = NaN) | |
tweenProperties:Object (default = null) |
Function |
See also
| createCubeRightTransition | () | method |
public static function createCubeRightTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates a transition function for a screen navigator that positions the screens in 3D space as if they are on two adjacent sides of a cube, and the cube rotates right around the y-axis.
Parameters
duration:Number (default = 0.5) | |
ease:Object (default = NaN) | |
tweenProperties:Object (default = null) |
Function |
See also
| createCubeUpTransition | () | method |
public static function createCubeUpTransition(duration:Number = 0.5, ease:Object, tweenProperties:Object = null):FunctionCreates a transition function for a screen navigator that positions the screens in 3D space as if they are on two adjacent sides of a cube, and the cube rotates up around the x-axis.
Parameters
duration:Number (default = 0.5) | |
ease:Object (default = NaN) | |
tweenProperties:Object (default = null) |
Function |
See also