up vote 1 down vote favorite
share [g+] share [fb]

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

link|improve this question

54% accept rate
feedback

4 Answers

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.

link|improve this answer
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 May 26 '10 at 10:37
feedback

Check this out

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

http://imageflow.finnrudolph.de/

link|improve this answer
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: fredhq.com/projects/roundabout but thats not what I want... – Max Feb 2 '10 at 21:47
sorry, the paulbakaus.com one works actually in webkit browsers – Max Feb 2 '10 at 21:57
feedback

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

link|improve this answer
feedback

Check out momoflow

True coverflow effect, very performant on Webkit (Safari and Chrome) and Opera, ok on Firefox.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.