Class cc.TransitionMoveInB

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

Method Summary

Class Detail

cc.TransitionMoveInB()
Move in from to the bottom the incoming scene.

Method Detail

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