Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery 3D carousel?

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

like image 487
Juan Avatar asked Jun 02 '10 14:06

Juan


2 Answers

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

like image 60
Mottie Avatar answered Oct 13 '22 21:10

Mottie


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.

like image 1
Jon Winstanley Avatar answered Oct 13 '22 21:10

Jon Winstanley