Class cc.TransitionSplitRows
- Defined in: CCTransition.js
- Extends cc.TransitionSplitCols
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:
- {*}
-
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}