Alan Moore
Alan Moore

Reputation: 6575

How to make a Javascript/jQuery/HTML animated stack of images

I want to make a javascript/jQuery/HTML based image viewer which is sort of a cross between a book page flip and an iTunes coverflow interface without the left side of either, which would work on mobile device browsers.

I've been looking for tutorials which I can use as a starting point, but I haven't been able to find anything yet. Can anybody offer some advice on how to get started on this project? I would like to be able to come up with a rough mock up pretty quickly so it would be helpful to be able to re-use code from a tutorial or existing open-source project.

Upvotes: 1

Views: 131

Answers (1)

Alvaro
Alvaro

Reputation: 41605

What about pagePiling.js plugin?

It creates a stack of pages and on it you can add images if you want, just like in this example.

And of course, you can use it horizontally if you prefer.

Upvotes: 1

Related Questions