Class cc.TransitionFadeTR
- Defined in: CCTransition.js
- Extends cc.TransitionScene
Constructor Attributes | Constructor Name and Description |
---|---|
Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner.
|
Method Summary
Class Detail
cc.TransitionFadeTR()
Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner.
Method Detail
-
{*} actionWithSize(size)
- Parameters:
- {cc.Size} size
- Returns:
- {*}
-
Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner.
// Example var myTransition = cc.TransitionFadeTR.create(1.5, nextScene)
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
- Returns:
- {cc.TransitionFadeTR}
-
{cc.ActionInterval} easeActionWithAction(action)
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.ActionInterval}
-
onEnter()Custom on enter