Reputation: 465
Currently I'm creating a new website for a customer. The designer thought about some sort of slider / caroussel which I need to create using JavaScript. A similar slider / carousel which looks like the slider allmost exactly can be found here. See: http://www.akker.biz/public/aanbod.aspx (click on a car and see the slider)
My question is, is there a jQuery plugin which I can use and is easy to install.
Thanks all for your help!
Greetings;
Upvotes: 1
Views: 820
Reputation: 751
http://addyosmani.com/resources/coverflow/demo/demo.html
The demo looks alot like the one you provided. Coverflow-ish
Upvotes: 1
Reputation: 77
Have a look here:
http://www.hongkiat.com/blog/jquery-image-galleries-sliders-best-of/
That's a nice collection of 3d image galleries which you can download and use yourself quite easily
Upvotes: 0
Reputation: 2616
http://sorgalla.com/jcarousel/ has a ton of options. It's heavy though. jCarouselLite is an alternative if you only need a few options. The one you presented is very simple.
Upvotes: 0
Reputation: 21449
Nivo Slider is pretty cool, and easy to use.
Or you can use JCarousel is closer to what you need
Upvotes: 1