I want to have 3+ images on a page with 3 images visible and be able to advance one image at a time. Something like this:
[Slide 1][Slide 2][Slide 3]
Then when the user clicks Next
[Slide 2][Slide 3][Slide 4]
Is it possible to do this with jQueryCycle? If not, what jQuery plugin would you recommend for this?
This example shows 3 images, but it scrolls all 3 when clicking the nav buttons.
jCarousel is quite common for this sort of thing but I´m sure you can find other ones as well.
UPDATE
Created a demo that makes use of the scroll
setting;
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
wrap: 'circular',
scroll: 1
});
});
According to @malsup himself, no :(
https://twitter.com/#!/malsup/status/162288824737734656
jQuery Cycle 2 can do this; it's called the "carousel transition". A demo and documentation can be found on Cycle 2 Carousel. Note that you need to add the optional "Carousel" plugin available from the Cycle 2 download page.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With