views:

1486

answers:

4

Has anyone seen a tutorial for a jQuery 3D carousel like this one? http://web.enavu.com/demos/3dcarouselwip/

No source is given, but was wondering if anyone had tips on how to continuously circle the DIVs and resize them.

It doesn't appear to be true 3D, but resizes the DIVs based on position?

Thanks, Juan

+1  A: 

There are 4 positions that the images can be in.

Specify these, then use jQuery to animate the image between one position and the next.

Jon Winstanley
A: 

How about EOGallery

BlueRaja - Danny Pflughoeft
+1  A: 

Here is a 3D Carousel located in the jQuery UI Labs... I think it's pretty cool :)

fudgey
A: 

Hey NICE CAROUSEL INDEED..THANKS.... ONE SMALL DOUBT... Can i Put two button "NEXT" and "PREV" instead of clicking on the right and left side of the image to view the next and previous images. How can I make it posssible... Made a little attempt to jquery but not working... Can anybody help??? THANKS IN ADVANCE...

Kishore

Kishore
Welcome to SO, but you should post your own question rather than just tagging a question onto someone else's.
Jamiec