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()
Move in from to the left the incoming 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.
    // Example
    var MoveInLeft = cc.TransitionMoveInL.create(1, nextScene)
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Returns:
    {cc.TransitionMoveInL}
  • {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