Class cc.TransitionSplitCols
- Defined in: CCTransition.js
- Extends cc.TransitionScene
Constructor Attributes | Constructor Name and Description |
---|---|
cc.TransitionSplitCols(t, scene)
The odd columns goes upwards while the even columns goes downwards.
|
Method Summary
Class Detail
cc.TransitionSplitCols(t, scene)
The odd columns goes upwards while the even columns goes downwards.
var trans = new cc.TransitionSplitCols(time,scene);
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
Method Detail
-
{*} action()
- Returns:
- {*}
-
The odd columns goes upwards while the even columns goes downwards.
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
- Deprecated:
- since v3.0,please use new cc.TransitionSplitCols(t, scene) instead.
- Returns:
- {cc.TransitionSplitCols}
-
ctor(t, scene)Constructor of TransitionSplitCols
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
-
{cc.EaseInOut} easeActionWithAction(action)
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.EaseInOut}
-
onEnter()custom on enter