Mojo.Transition
Namespace Detail
This class contains public constants for the graphical transitions usually used for pushing & popping scenes. The constants allow specific transitions to be specified when scenes are pushed or popped (by specifying a transition:transition_name property), or when using the SceneController.prepareTransition() method.
| Field Name and Description |
|---|
|
Mojo.Transition.crossFade
|
|
Mojo.Transition.defaultTransition
|
|
Mojo.Transition.none
|
|
Mojo.Transition.zoomFade
|
Detail
A quick and relatively subtle cross-fade to the new frame.
defaultTransition is the value to use to perform a default system defined transition.
No graphical transition, just an instantaneous switch to the new frame.
A combination zoom & fade transition. This is the default scene transition, and the direction is reversed when run in "scene pop" mode.