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(t, scene)
The odd rows goes to the left while the even rows goes to the right.
var trans = new cc.TransitionSplitRows(time,scene);
Parameters:
{Number} t
time in seconds
{cc.Scene} scene

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.
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Deprecated:
    since v3.0,please use new cc.TransitionSplitRows(t, scene) instead.
    Returns:
    {cc.TransitionSplitRows}
  • ctor(t, scene)
    Constructor of TransitionSplitRows
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene