Class cc.TransitionSlideInT

Class Summary
Constructor Attributes Constructor Name and Description
 
Slide in the incoming scene from the top border.

Method Summary

Class Detail

cc.TransitionSlideInT(t, scene)
Slide in the incoming scene from the top border.
 var trans = new cc.TransitionSlideInT(time,scene);
Parameters:
{Number} t
time in seconds
{cc.Scene} scene

Method Detail

  • {cc.MoveBy} action()
    returns the action that will be performed by the incomming and outgoing scene
    Returns:
    {cc.MoveBy}
  • <static> {cc.TransitionSlideInT} cc.TransitionSlideInT.create(t, scene)
    create a Slide in the incoming scene from the top border.
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Deprecated:
    since v3.0,please use new cc.TransitionSlideInT(t, scene) instead.
    Returns:
    {cc.TransitionSlideInT}
  • ctor(t, scene)
    Constructor of TransitionSlideInT
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
  • initScenes()
    initializes the scenes