Class cc.TransitionFadeUp

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

Method Detail

  • {cc.FadeOutUpTiles} actionWithSize(size)
    Parameters:
    {cc.Size} size
    Returns:
    {cc.FadeOutUpTiles}
  • <static> {cc.TransitionFadeUp} cc.TransitionFadeUp.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.TransitionFadeUp(t, scene) instead.
    Returns:
    {cc.TransitionFadeUp}
  • ctor(t, scene)
    Constructor of TransitionFadeUp
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene