Class cc.TransitionZoomFlipX

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

Method Summary

Class Detail

cc.TransitionZoomFlipX(t, scene, o)
Flips the screen horizontally doing a zoom out/in
The front face is the outgoing scene and the back face is the incoming scene.
var trans = new cc.TransitionZoomFlipX(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