ScreenFadeTransitionManager
public class
feathers.motion.transitions.ScreenFadeTransitionManager
Description
A transition for ScreenNavigator that fades out the old
screen and fades in the new screen.
See also:
feathers.controls.ScreenNavigator
API overview
Constructor
ScreenFadeTransitionManager
(
navigator: ScreenNavigator
)
Constructor.
Attributes
Public attributes
| delay: Number |
A delay before the transition starts, measured in seconds |
| duration: Number |
The duration of the transition, measured in seconds |
| ease: Object |
The easing function to use |
| skipNextTransition: Boolean |
Determines if the next transition should be skipped |
Protected attributes
Constructor
ScreenFadeTransitionManager ( navigator: ScreenNavigator )
Constructor.
Attributes
delay: Number
A delay before the transition starts, measured in seconds. This may be required on low-end systems that will slow down for a short time after heavy texture uploads.
skipNextTransition: Boolean
Determines if the next transition should be skipped. After the
transition, this value returns to false.
Protected attributes
Functions
getFullTypeName
(): String
Inherited from Object
native
Gets the fully qualified type name of the Object. The fully qualified type name includes the package of the type.
Returns
| String | fully qualified type name of the Object. |
getType
(): Type
Inherited from Object
native
Gets the Type that describes the Object.
Returns
| Type | The Type that describes the object. |