Reputation: 4979
I was on flickr and I saw this function whereby you can scroll photos (thumbnail) without loading the page. It's probably using jQuery or json but does anyone know whats the proper name for this kind of function or is there any available libraries? I've uploaded a screenshot..
Upvotes: 0
Views: 811
Reputation: 3631
Use this JQuery plug in .. its great Image slider
and easy to integrate.
Upvotes: 1
Reputation: 2468
You could either use pre-built libraries like the ones mentioned in other answers, or build from scratch.
Generally, these kind of widgets use an AJAX approach, where images are loaded separately from the page, and the animation stuff is achieved using a mixture of JS and CSS.
Upvotes: 0
Reputation: 8814
This looks like a Carousel plugin... There's lots of them
I like this one: Cloud Carousel
And this: jCarousel
Upvotes: 1