[jQuery] Coverflow for jQuery?

2010-01-03 Thread Bert
Hi all,

I am looking for a coverflow like this
http://blarnee.com/wp/open-source-javascript-coverflow/

but then for jQuery, with some easy setup if it is possible :-)
I only need something for sliding the images like that, some
descriptions not needed

Does anyone know something like this for jQuery?

Regards, Bert


[jQuery] Coverflow

2008-09-04 Thread Erik Beeson
No association with jQuery, but here's a nice JavaScript coverflow effect
that I thought people might like:
http://radnan.public.iastate.edu/coverflow/

It mucks around with extending builtin objects, which is bad form to us
jQuerians, but it's a nice effect.

--Erik


[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Paul Bakaus

Hi guys,

I have something like that planned for a long time. the current UI
demo gallery features something quite similiar, but it doesn't operate
in 3D, it only scales. There is only one possibility to create this
effect using open web standards, that is by using he canvas element.
However, right now, only the 2d context is supported in major
browsers.
Some days ago, a 3D context plugin was released with Firefox, and
Opera has a certain build with a different 3D context implemention. If
I find the time, I'm going to prepare a cover flow effect using these
new APIs available.

Paul

On Nov 30, 5:05 pm, Kevin Scholl <[EMAIL PROTECTED]> wrote:
> True enough. The ones I've seen where you could, though, were all very
> slow and jerky.
>
> On Nov 30, 10:56 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
>
> > But on his you can't drag it. Or at least I couldn't figure out how to in
> > FF2.
>
> > -Original Message-
> > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> > Behalf Of Kevin Scholl
> > Sent: Friday, November 30, 2007 9:50 AM
> > To: jQuery (English)
> > Subject: [jQuery] jQuery CoverFlow
>
> > Greetings, all!
>
> > Has anyone done a jQuery equivalent of Apple's coverflow navigation?
> > I've seen several Javascript implementations, SE51 
> > (http://www.se51.net/devnull/cover-flow/) being the nicest I've come across.
> > But no sign of a jQuery variant that I've seen. This is beyond my skills and
> > capabilities at present, but it would be a nice plugin to have in the
> > repository.
>
> > Anyone working on such a thing?


[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Kevin Scholl

True enough. The ones I've seen where you could, though, were all very
slow and jerky.


On Nov 30, 10:56 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> But on his you can't drag it. Or at least I couldn't figure out how to in
> FF2.
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of Kevin Scholl
> Sent: Friday, November 30, 2007 9:50 AM
> To: jQuery (English)
> Subject: [jQuery] jQuery CoverFlow
>
> Greetings, all!
>
> Has anyone done a jQuery equivalent of Apple's coverflow navigation?
> I've seen several Javascript implementations, SE51 
> (http://www.se51.net/devnull/cover-flow/) being the nicest I've come across.
> But no sign of a jQuery variant that I've seen. This is beyond my skills and
> capabilities at present, but it would be a nice plugin to have in the
> repository.
>
> Anyone working on such a thing?


[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Benjamin Sterling
Andy you are correct, I did not see any code to actually make that
draggable.

On 11/30/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
>
> But on his you can't drag it. Or at least I couldn't figure out how to in
> FF2.
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Kevin Scholl
> Sent: Friday, November 30, 2007 9:50 AM
> To: jQuery (English)
> Subject: [jQuery] jQuery CoverFlow
>
>
> Greetings, all!
>
> Has anyone done a jQuery equivalent of Apple's coverflow navigation?
> I've seen several Javascript implementations, SE51 (http://
> www.se51.net/devnull/cover-flow/) being the nicest I've come across.
> But no sign of a jQuery variant that I've seen. This is beyond my skills
> and
> capabilities at present, but it would be a nice plugin to have in the
> repository.
>
> Anyone working on such a thing?
>
>
>


-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
http://www.benjaminsterling.com


[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Andy Matthews

But on his you can't drag it. Or at least I couldn't figure out how to in
FF2. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kevin Scholl
Sent: Friday, November 30, 2007 9:50 AM
To: jQuery (English)
Subject: [jQuery] jQuery CoverFlow


Greetings, all!

Has anyone done a jQuery equivalent of Apple's coverflow navigation?
I've seen several Javascript implementations, SE51 (http://
www.se51.net/devnull/cover-flow/) being the nicest I've come across.
But no sign of a jQuery variant that I've seen. This is beyond my skills and
capabilities at present, but it would be a nice plugin to have in the
repository.

Anyone working on such a thing?




[jQuery] jQuery CoverFlow

2007-11-30 Thread Kevin Scholl

Greetings, all!

Has anyone done a jQuery equivalent of Apple's coverflow navigation?
I've seen several Javascript implementations, SE51 (http://
www.se51.net/devnull/cover-flow/) being the nicest I've come across.
But no sign of a jQuery variant that I've seen. This is beyond my
skills and capabilities at present, but it would be a nice plugin to
have in the repository.

Anyone working on such a thing?