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