Class cc.TransitionMoveInR

Class Summary
Constructor Attributes Constructor Name and Description
 
Move in from to the right the incoming scene.

Method Summary

Class Detail

cc.TransitionMoveInR()
Move in from to the right the incoming scene.

Method Detail

  • <static> {cc.TransitionMoveInR} cc.TransitionMoveInR.create(t, scene)
    create a scene transition that Move in from to the right the incoming scene.
    // Example
    var MoveInRight = cc.TransitionMoveInR.create(1, nextScene)
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Returns:
    {cc.TransitionMoveInR}
  • initScenes()
    Init