Class cc.TransitionFadeBL

Class Summary
Constructor Attributes Constructor Name and Description
 
Fade the tiles of the outgoing scene from the top-right corner to the bottom-left corner.

Method Summary

Class Detail

cc.TransitionFadeBL(t, scene)
Fade the tiles of the outgoing scene from the top-right corner to the bottom-left corner.
var trans = new cc.TransitionFadeBL(time,scene)
Parameters:
{Number} t
time in seconds
{cc.Scene} scene

Method Detail

  • {*} actionWithSize(size)
    Parameters:
    {cc.Size} size
    Returns:
    {*}
  • <static> {cc.TransitionFadeBL} cc.TransitionFadeBL.create(t, scene)
    Fade the tiles of the outgoing scene from the top-right corner to the bottom-left corner.
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Deprecated:
    since v3.0,please use new cc.TransitionFadeBL(t, scene);
    Returns:
    {cc.TransitionFadeBL}
  • ctor(t, scene)
    Constructor of TransitionFadeBL
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene