views:

2484

answers:

3

Hey,

I try to archive a certain effect with js/jQuery: The Apple Mac OS X Coverflow Coverflow effect which you can choose within finder. Can you point me to a gently & smooth working plugin? I love #roundabout for jquery but unfortunately they don't support that effect. I also tried some of the linked plugins of this post: http://stackoverflow.com/questions/67207/apple-cover-flow-effect-using-jquery-or-other-library but they are all crappy and just do not work smooth in firefox (not to mention IE).

Thanks

A: 

Check this out

http://paulbakaus.com/lab/js/coverflow/

http://imageflow.finnrudolph.de/

rsilva
both sites you linked to do not show the wanted effect. all they do is "image carousel" where the items dont turn (keep facing the front). I can to it way better with #roundabout: http://fredhq.com/projects/roundabout/ but thats not what I want...
Max
sorry, the paulbakaus.com one works actually in webkit browsers
Max
A: 

It seams as if the real visual effect hasn't been archived at all yet as it turns out to be quite difficult. You probably need too use some canvas/transformation technique for it. jQuery planing/development wiki says following: http://jqueryui.pbworks.com/Coverflow

Max
+1  A: 

I tried for a while looking for the same thing with javascript/jquery. Could find anything with the turning effect. At the end I used a Flex component by Sebastiaan Holtrop

You can see the demo app here - the controls on the side just show you how you can customize the component. Very easy to customize.

Works quite smoothly. It only took me a couple of days to get it to work for me - without knowing anything about Flex before.

nivcaner
thanks for the hint. looks well done. even though I like to omit any flash stuff. In my project, I went with a normal carousel effect brought by roundabout.
Max