Class cc.TransitionFadeDown

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

Method Summary

Class Detail

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

Method Detail

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