Class cc.TransitionMoveInT

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

Method Summary

Class Detail

cc.TransitionMoveInT()
Move in from to the top the incoming scene.

Method Detail

  • <static> {cc.TransitionMoveInT} cc.TransitionMoveInT.create(t, scene)
    Move in from to the top the incoming scene.
    // Example
    var MoveInTop = cc.TransitionMoveInT.create(1, nextScene)
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Returns:
    {cc.TransitionMoveInT}
  • initScenes()
    init