Class cc.TransitionMoveInB
- Defined in: CCTransition.js
- Extends cc.TransitionMoveInL
Constructor Attributes | Constructor Name and Description |
---|---|
Move in from to the bottom the incoming scene.
|
Method Summary
Class Detail
cc.TransitionMoveInB()
Move in from to the bottom the incoming scene.
Method Detail
-
create a scene transition that Move in from to the bottom the incoming scene.
// Example var MoveinB = cc.TransitionMoveInB.create(1, nextScene)
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
- Returns:
- {cc.TransitionMoveInB}
-
initScenes()init