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()
Slide in the incoming scene from the top border.

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.
    // Example
    var myTransition = cc.TransitionSlideInT.create(1.5, nextScene)
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Returns:
    {cc.TransitionSlideInT}
  • initScenes()
    initializes the scenes