Class cc.TransitionMoveInL

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

Method Summary

Class Detail

cc.TransitionMoveInL(t, scene)
Move in from to the left the incoming scene.
var trans = new cc.TransitionMoveInL(time,scene);
Parameters:
{Number} t
time in seconds
{cc.Scene} scene

Method Detail

  • action()
    returns the action that will be performed
  • <static> {cc.TransitionMoveInL} cc.TransitionMoveInL.create(t, scene)
    creates an action that Move in from to the left the incoming scene.
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Deprecated:
    since v3.0,please use new cc.TransitionMoveInL(t, scene) instead
    Returns:
    {cc.TransitionMoveInL}
  • ctor(t, scene)
    Constructor of TransitionMoveInL
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
  • {cc.EaseOut} easeActionWithAction(action)
    creates an ease action from action
    Parameters:
    {cc.ActionInterval} action
    Returns:
    {cc.EaseOut}
  • initScenes()
    initializes the scenes
  • onEnter()
    Custom on enter