Class cc.TransitionSlideInB
- Defined in: CCTransition.js
- Extends cc.TransitionSlideInL
Constructor Attributes | Constructor Name and Description |
---|---|
Slide in the incoming scene from the bottom border.
|
Method Summary
Class Detail
cc.TransitionSlideInB()
Slide in the incoming scene from the bottom border.
Method Detail
-
{cc.MoveBy} action()returns the action that will be performed by the incomming and outgoing scene
- Returns:
- {cc.MoveBy}
-
create a Slide in the incoming scene from the bottom border.
// Example var myTransition = cc.TransitionSlideInB.create(1.5, nextScene)
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
- Returns:
- {cc.TransitionSlideInB}
-
initScenes()initializes the scenes