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

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