Class cc.TransitionSplitRows

Class Summary
Constructor Attributes Constructor Name and Description
 
The odd rows goes to the left while the even rows goes to the right.

Method Summary

Class Detail

cc.TransitionSplitRows()
The odd rows goes to the left while the even rows goes to the right.

Method Detail

  • {*} action()
    Returns:
    {*}
  • <static> {cc.TransitionSplitRows} cc.TransitionSplitRows.create(t, scene)
    The odd rows goes to the left while the even rows goes to the right.
    // Example
    var myTransition = cc.TransitionSplitRows.create(1.5, nextScene)
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Returns:
    {cc.TransitionSplitRows}