Class cc.TransitionSlideInB

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

Method Summary

Class Detail

cc.TransitionSlideInB(t, scene)
Slide in the incoming scene from the bottom border.
var trans = new cc.TransitionSlideInB(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.TransitionSlideInB} cc.TransitionSlideInB.create(t, scene)
    create a Slide in the incoming scene from the bottom border.
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Deprecated:
    since v3.0,please use new cc.TransitionSlideInB(t, scene) instead.
    Returns:
    {cc.TransitionSlideInB}
  • ctor(t, scene)
    Constructor of TransitionSlideInB
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
  • initScenes()
    initializes the scenes