inside your zippy theme folder there is a folder called “js” .
Inside that folder is a file called “camera.min.js”
open that file
remove the following code:
Array(“simpleFade”,”curtainTopLeft”,”curtainTopRight”,”curtainBottomLeft”,”curtainBottomRight”,”curtainSliceLeft”,”curtainSliceRight”,”blindCurtainTopLeft”,”blindCurtainTopRight”,”blindCurtainBottomLeft”,”blindCurtainBottomRight”,”blindCurtainSliceBottom”,”blindCurtainSliceTop”,”stampede”,”mosaic”,”mosaicReverse”,”mosaicRandom”,”mosaicSpiral”,”mosaicSpiralReverse”,”topLeftBottomRight”,”bottomRightTopLeft”,”bottomLeftTopRight”,”topRightBottomLeft”,”scrollLeft”,”scrollRight”,”scrollTop”,”scrollBottom”,”scrollHorz”);
and replace with:
Array(“simpleFade”);
save your file as camera.min2.js
upload that file to the same directory as camera.min.js using ftp .
change the name of the existing camera.min.js to “camera.min-backup.js” or some similar.
rename camera.min2.js to camera.min.js
go back to your browser, clear the cache, and reload; you will see that your slide show now uses only the fade transistion.
this is only ONE way to do this, not necessarily the best way but it works and also instructs you in how to choose from the myriad transitions available, only leaving the ones that you like.
hope this helps ??