jqFancyTransitions - slideshow with fancy transition effects
jqFancyTransitions is easy-to-use jQuery plugin for displaying your photos as slideshow with fancy transition effects. It has three predifined effects that we can use such as Wave, Curtain and Zipper. We can also made custom effect with set of options that you can use to set speed, number of strips, direction, type of effect, etc.
Available option for customization
effect: '' // wave, zipper, curtain
width: 500 // width of panel
height: 332 // height of panel
strips: 20 // number of strips
delay: 5000 // delay between images in ms
stripDelay: 50 // delay beetwen strips in ms
titleOpacity: 0.7 // opacity of title
titleSpeed: 1000 // speed of title appereance in ms
position: 'alternate' // top, bottom, alternate, curtain
direction: 'fountainAlternate' // left, right, alternate, random, fountain, fountainAlternate
jqFancyTransitions is compatible and fully tested with Safari 2+, Internet Explorer 6+, Firefox 2+, Google Chrome 3+, Opera 9+.
Requirements: jQuery framework
Demo: http://workshop.rs/projects/jqfancytransitions/
License: MIT License