Class cc.TransitionZoomFlipY

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.TransitionZoomFlipY(t, scene, o)
Flips the screen vertically doing a little zooming out/in
The front face is the outgoing scene and the back face is the incoming scene.

Method Summary

Class Detail

cc.TransitionZoomFlipY(t, scene, o)
Flips the screen vertically doing a little zooming out/in
The front face is the outgoing scene and the back face is the incoming scene.
var trans = new cc.TransitionZoomFlipY(t,scene,o);
Parameters:
{Number} t
time in seconds
{cc.Scene} scene
{cc.TRANSITION_ORIENTATION_LEFT_OVER|cc.TRANSITION_ORIENTATION_RIGHT_OVER|cc.TRANSITION_ORIENTATION_UP_OVER|cc.TRANSITION_ORIENTATION_DOWN_OVER} o

Method Detail