Class cc.TransitionSplitCols
- Defined in: CCTransition.js
- Extends cc.TransitionScene
Constructor Attributes | Constructor Name and Description |
---|---|
The odd columns goes upwards while the even columns goes downwards.
|
Method Summary
Class Detail
cc.TransitionSplitCols()
The odd columns goes upwards while the even columns goes downwards.
Method Detail
-
{*} action()
- Returns:
- {*}
-
The odd columns goes upwards while the even columns goes downwards.
// Example var myTransition = cc.TransitionSplitCols.create(1.5, nextScene)
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
- Returns:
- {cc.TransitionSplitCols}
-
{cc.EaseInOut} easeActionWithAction(action)
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.EaseInOut}
-
onEnter()custom on enter