views:

2985

answers:

4

Does anyone know of a plugin for Jquery that can replicate this functionality?

Dynamic Drive Cmotion Gallery

The idea is you have a list of images and only X number of them are visible at a time, and instead of clicking next/previous to scroll thru the images they scroll relative to the offset from center position of your mouse.

I've looked at JCarousel and it has everything but the mouse over feature.

+2  A: 

Here are lots of carousel plugins for jQuery, even with mouseover function.


Edit: I think, this fits best, what you're looking for.

Peter
Thats great, thank you!
Birk
A: 

I also found jMyCarousel very near to the expectation.

Jigar Shah
A: 

I spent a lot of time banging my head against the wall searching for a plugin with this exact same functionality. In the end I gave up and built one myself. Hope this helps:

http://www.convergent-evolution.co.uk/resources/jquery-plugins/scrolling-carousel/

Adam Lafene
A: 

Jquery Cycle plugin works well for these kinds of things
http://jquery.malsup.com/cycle/

This may be a stretch, but basically you want to use the scrollVert effect and you could have the prev/next indicators be overlays on the image (invisible).

It may not be a carousel custom plugin, but I believe its pretty widely used and largely configurable.

TJB