Reputation: 1110
I stumbled upon this website: http://www.liptongreenmint.ro/
I like their small and simple slideshow with 5 pictures that are moving independently. I tried to understand how it's done by looking at the code, but came short.
I hope someone can open my eyes here. thanks
Upvotes: 0
Views: 1080
Reputation: 17750
It seems that they're using JCarousel and Cycle which are JQuery Plugins
Upvotes: 1
Reputation: 67244
Check out the link provided in the jCarousel.js file included in the <head>
section of this website: jCarousel - Riding carousels with jQuery
Upvotes: 2