Class cc.TransitionFadeTR

Class Summary
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:
    {*}
  • <static> {cc.TransitionFadeTR} cc.TransitionFadeTR.create(t, scene)
    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