Transitions between Scenes
Bases: cocos.scene.Scene
TransitionScene A Scene that takes two scenes and makes a transition between them.
The input scenes are put into envelopes (Scenes) that are made childs to the transition scene. Proper transitions are allowed to modify any parameter for the envelopes, but must not modify directly the input scenes; that would corrupt the input scenes in the general case.
Called when the time is over. Envelopes are discarded and the dst scene will be the one runned by director.
Hides both the incoming and outgoing scenes
Hides the outgoing scene and shows the incoming scene
Adds the incoming scene with z=1 and the outgoing scene with z=0
duration in seconds of the transition
envelope with scene that will replace the old one
envelope with scene that will be replaced
Bases: cocos.scenes.transitions.TransitionScene
Rotate and zoom out the outgoing scene, and then rotate and zoom in the incoming
Bases: cocos.scenes.transitions.TransitionScene
Zoom out and jump the outgoing scene, and then jump and zoom in the incoming
Bases: cocos.scenes.transitions.TransitionScene
Move in from to the left the incoming scene.
Bases: cocos.scenes.transitions.MoveInLTransition
Move in from to the right the incoming scene.
Bases: cocos.scenes.transitions.MoveInLTransition
Move in from to the bottom the incoming scene.
Bases: cocos.scenes.transitions.MoveInLTransition
Move in from to the top the incoming scene.
Bases: cocos.scenes.transitions.TransitionScene
Slide in the incoming scene from the left border.
Bases: cocos.scenes.transitions.SlideInLTransition
Slide in the incoming scene from the right border.
Bases: cocos.scenes.transitions.SlideInLTransition
Slide in the incoming scene from the bottom border.
Bases: cocos.scenes.transitions.SlideInLTransition
Slide in the incoming scene from the top border.
Bases: cocos.scenes.transitions.TransitionScene
Flips the screen horizontally. The front face is the outgoing scene and the back face is the incoming scene.
Bases: cocos.scenes.transitions.TransitionScene
Flips the screen vertically. The front face is the outgoing scene and the back face is the incoming scene.
Bases: cocos.scenes.transitions.TransitionScene
Flips the screen half horizontally and half vertically. The front face is the outgoing scene and the back face is the incoming scene.
Bases: cocos.scenes.transitions.TransitionScene
Shuffle the outgoing scene, and then reorder the tiles with the incoming scene.
Bases: cocos.scenes.transitions.TransitionScene
Turn off the tiles of the outgoing scene in random order
Bases: cocos.scenes.transitions.TransitionScene
Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner.
Bases: cocos.scenes.transitions.FadeTRTransition
Fade the tiles of the outgoing scene from the top-right corner to the bottom-left corner.
Bases: cocos.scenes.transitions.FadeTRTransition
Fade the tiles of the outgoing scene from the bottom to the top.
Bases: cocos.scenes.transitions.FadeTRTransition
Fade the tiles of the outgoing scene from the top to the bottom.
Bases: cocos.scenes.transitions.TransitionScene
Shrink the outgoing scene while grow the incoming scene
Bases: cocos.scenes.transitions.TransitionScene
Moves the bottom-right corner of the incoming scene to the top-left corner
Bases: cocos.scenes.transitions.TransitionScene
Bases: cocos.scenes.transitions.SplitColsTransition
Splits the screen in rows. The odd rows goes to the left while the even rows goes to the right.
Bases: cocos.scenes.transitions.TransitionScene
Splits the screen in columns. The odd columns goes upwards while the even columns goes downwards.
Bases: cocos.scenes.transitions.TransitionScene
Fade out the outgoing scene and then fade in the incoming scene.
Optionally supply the color to fade to in-between as an RGB color tuple.
Bases: cocos.scenes.transitions.TransitionScene
Zoom and FadeOut the outgoing scene.