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()
Fade the tiles of the outgoing scene from the top to the bottom.

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.
    // Example
    var myTransition = cc.TransitionFadeDown.create(1.5, nextScene)
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Returns:
    {cc.TransitionFadeDown}