Class cc.TransitionZoomFlipAngular

Class Summary
Constructor Attributes Constructor Name and Description
 
Flips the screen half horizontally and half vertically doing a little zooming out/in.

Method Summary

Class Detail

cc.TransitionZoomFlipAngular(t, scene, o)
Flips the screen half horizontally and half 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.TransitionZoomFlipAngular(time,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