Module cocos.scenes.transitions

Transitions between Scenes

Classes

  TransitionScene
TransitionScene A Scene that takes two scenes and makes a transition between them.
  RotoZoomTransition
Rotate and zoom out the outgoing scene, and then rotate and zoom in the incoming
  JumpZoomTransition
Zoom out and jump the outgoing scene, and then jump and zoom in the incoming
  MoveInLTransition
Move in from to the left the incoming scene.
  MoveInRTransition
Move in from to the right the incoming scene.
  MoveInTTransition
Move in from to the top the incoming scene.
  MoveInBTransition
Move in from to the bottom the incoming scene.
  SlideInLTransition
Slide in the incoming scene from the left border.
  SlideInRTransition
Slide in the incoming scene from the right border.
  SlideInTTransition
Slide in the incoming scene from the top border.
  SlideInBTransition
Slide in the incoming scene from the bottom border.
  FlipX3DTransition
Flips the screen horizontally.
  FlipY3DTransition
Flips the screen vertically.
  FlipAngular3DTransition
Flips the screen half horizontally and half vertically.
  ShuffleTransition
Shuffle the outgoing scene, and then reorder the tiles with the incoming scene.
  ShrinkGrowTransition
Shrink the outgoing scene while grow the incoming scene
  CornerMoveTransition
Moves the bottom-right corner of the incoming scene to the top-left corner
  EnvelopeTransition
moves the top-right corner to the center
  FadeTRTransition
Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner.
  FadeBLTransition
Fade the tiles of the outgoing scene from the top-right corner to the bottom-left corner.
  FadeUpTransition
Fade the tiles of the outgoing scene from the bottom to the top.
  FadeDownTransition
Fade the tiles of the outgoing scene from the top to the bottom.
  TurnOffTilesTransition
Turn off the tiles of the outgoing scene in random order
  FadeTransition
Fade out the outgoing scene and then fade in the incoming scene.
  SplitColsTransition
Splits the screen in columns.
  SplitRowsTransition
Splits the screen in rows.
  ZoomTransition
Zoom and FadeOut the outgoing scene.