vote up 5 vote down star
2

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.

flag
Do you mean Coverflow (en.wikipedia.org/wiki/Cover_Flow) or Quick look (apple.com/macosx/features/…)? – Gilean Sep 15 '08 at 22:46
The description is defiantly of Quick Look (not Cover Flow).. – dbr Apr 26 at 1:28

6 Answers

vote up 3 vote down

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|flag
second link is broken – itsadok Jun 1 at 11:06
vote up 1 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

What he's talking about is quicklook, so +1 @Gilean

link|flag
vote up 0 vote down

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|flag
1  
MooFlow seems to work just as well—and it's free... – Steve Harrison May 22 at 7:02
vote up 0 vote down

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

blarnee.com/projects/cflow

link|flag
...except that it crashes (at least on IE) – Pedery Dec 16 at 2:55

Your Answer

Get an OpenID
or

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