sexy image scroller jQuery plugin
Requirements: jQuery Core (latest), jQuery Easing Plugin.
There are five examples,
$("#box0").sexyCycle();
Easing effect + Prev and Next navigation,
$("#box1").sexyCycle({ easing: 'easeInOutBounce', next: '.next1', prev: '.prev1' });
Easing effect + Prev and Next navigation + Custom speed + Image cycling = False
$("#box2").sexyCycle({ easing: 'easeOutElastic', speed: 800, next: '.next2', prev: '.prev2', cycle: false });
One of the good things about sexyCycle is that you're not forced to stick with a fixed width of all images.
It's actually quite nice to use different width on each image.
Prev and Next navigation + Custom speed + Custom start
$("#box3").sexyCycle({ speed: 500, next: '.next3', prev: '.prev3', start: 2 });
Custom speed + Interval + Stop button
$("#box4").sexyCycle({ speed: 500, next: '.next3', prev: '.prev3', stop: '.stop', interval: 800 });
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu