up vote 39 down vote favorite
23
share [g+] share [fb]

Does anyone know how to achieve the cover-flow effect using JS to scroll through a bunch of images. I'm not talking about the 3d rotating itunes cover-art, but the effect that happens when you hit the space bar in a folder of documents, allowing you to preview them in a lightbox fashion.

link|improve this question
Do you mean Coverflow (en.wikipedia.org/wiki/Cover_Flow) or Quick look (apple.com/macosx/features/quicklook.html)? – Gilean Sep 15 '08 at 22:46
7  
The description is defiantly of Quick Look (not Cover Flow).. – dbr Apr 26 '09 at 1:28
feedback

15 Answers

http://www.jacksasylum.eu/ContentFlow/

  • is the best I ever found. a true 'CoverFlow', highly configurable, cross-browser, very smooth action, has relections and supports scroll wheel + keyboard control. - has to be what your looking for!
link|improve this answer
Great - thanks zack! – thethinman Jan 28 '10 at 4:38
Thank you zack, this is indeed the best of all coverflow libs I have seen in my evaluation! – Jonathan Weiß Aug 10 '10 at 7:25
1  
This looks great, but I'm really turned off by the fact that it requires you to tinker with the DOM and as such can't possibly degrade gracefully. – Johannes Gorset May 11 '11 at 9:22
Thanks a lot for this link. I found a few others, notably this one - addyosmani.com/blog/jqueryuicoverflow - but ContentFlow is absolute the best bang for this buck. – brady gaster Aug 9 '11 at 13:37
feedback

Not sure if you're talking about Coverflow (scroll through images) or Quicklook (preview files in lightbox), try editing your question.

Here's some JS Coverflow implementations:

link|improve this answer
second link is broken – itsadok Jun 1 '09 at 11:06
feedback

I think this is what you want http://addyosmani.com/blog/jqueryuicoverflow/

link|improve this answer
feedback

There is an Apple style Gallery Slider over at http://www.jqueryfordesigners.com/slider-gallery/ which uses jQuery and the UI.

link|improve this answer
feedback

colorbox has such amazing features..loving it. Also like this one http://www.webappers.com/2008/03/05/galleria-simple-but-nice-jquery-image-gallery/

link|improve this answer
feedback

Try Jquery Interface Elements here - http://interface.eyecon.ro/docs/carousel

Here's a sample. http://interface.eyecon.ro/demos/carousel.html

I looked around for a Jquery image carousel a few months ago and didn't find a good one so I gave up. This one was the best I could find.

link|improve this answer
feedback

Check out momoflow: http://flow.momolog.info True coverflow effect, and performant on Webkit (Safari and Chrome) and Opera, ok on Firefox.

link|improve this answer
feedback

jCoverflip was just released and is very customizable.

link|improve this answer
feedback

I tried using the the Jack's Asylum cover flow but it wouldn't let me easily remove and re-add an entire coverflow. I eventually found http://finnrudolph.de/ImageFlow and not only is it more reliable, it's easier to hook into, uses less markup, and doesn't jitter when flipping through images. It's by far the best I've found, and I've tried several on this page.

link|improve this answer
feedback

This one looks really promising, and closer to the actual Apple coverflow effect than the other examples:

blarnee.com/projects/cflow

link|improve this answer
...except that it crashes (at least on IE) – Pedery Dec 16 '09 at 2:55
...and on chrome it does nowt – Nicholas Murray Jan 7 '10 at 22:00
..and in firefox – zack Jan 19 '10 at 21:18
and nothing is showing on safari... – jackreichert Jun 10 '11 at 9:08
feedback

sorry I read the question wrong first time!

** "the effect that happens when you hit the space bar in a folder of documents, allowing you to preview them in a lightbox fashion"

  • looks like a classic lightbox plugin is needed:

http://colorpowered.com/colorbox/

  • is my favourite jquery lightbox plugin .. easy to customise etc
link|improve this answer
feedback

Just to let you all know, xFlow! has had some major work done on it and is vastly improved.

Go to http://xflow.pwhitrow.com for more info and the latest version.

link|improve this answer
feedback

i am currently working on this and planning on releasing it as a jQuery-ui plugin.

-> http://coulisse.luvdasun.com/

please let me know if you are interested and what you are hoping to see in such a plugin.

gr

link|improve this answer
feedback

is this what you are looking for?

http://youhack.me/2011/08/11/create-an-itunes-like-banner-rotatorslideshow-with-jquery/ it's an article explaining how you can make such effect using jQuery.

you can view a live demo here http://youhack.me/demo/Apple%20itunes%20banner%20rotator/index.html

link|improve this answer
feedback

I may have just the thing...

Introducing xFlow!, the PHP and Javascript Coverflow replacement.

http://www.pwhitrow.com/blog/entries/2009/04/06/xflow-a-javascript-and-php-based-coverflow-style-gallery/

link|improve this answer
1  
MooFlow seems to work just as well—and it's free... – Steve Harrison May 22 '09 at 7:02
1  
COMIC SANS ALERT argh argh argh. – Robert Grant Jan 13 '10 at 11:28
feedback

Your Answer

 
or
required, but never shown