Class cc.TransitionJumpZoom
- Defined in: CCTransition.js
- Extends cc.TransitionScene
Constructor Attributes | Constructor Name and Description |
---|---|
Zoom out and jump the outgoing scene, and then jump and zoom in the incoming
|
Method Summary
Class Detail
cc.TransitionJumpZoom()
Zoom out and jump the outgoing scene, and then jump and zoom in the incoming
Method Detail
-
creates a scene transition that zooms then jump across the screen, the same for the incoming scene
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
- Returns:
- {cc.TransitionJumpZoom}
-
onEnter()Custom on enter