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(t, scene)
Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner.
var trans = new cc.TransitionFadeTR(time,scene);
Parameters:
{Number} t
time in seconds
{cc.Scene} scene

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.
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Deprecated:
    since v3.0 please use new cc.TransitionFadeTR(t, scene) instead.
    Returns:
    {cc.TransitionFadeTR}
  • ctor(t, scene)
    Constructor of TransitionFadeTR
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
  • {cc.ActionInterval} easeActionWithAction(action)
    Parameters:
    {cc.ActionInterval} action
    Returns:
    {cc.ActionInterval}
  • onEnter()
    Custom on enter