views:

47

answers:

3

Looking for jQuery carousel script that can do the following or similar I can tweak.

Go from this

imgur.com/hj9GL.gif

to this on rollover/hover (also rotate slowly on its own)

imgur.com/L2XFp.gif

Can anyone point me in the right direction? Thanks!

A: 

Have a look at this on: http://spaceforaname.com/galleryview

JochenJung
A: 

I like this one. I have used it in several projects. It is light and very customizable:

http://www.gmarwaha.com/jquery/jcarousellite/

antonlavey
A: 

Create the carousel based on <div> rather than <img> because you can use background property in <div> and you can easily change it hover.

This is a much simpler approach to what you want to accomplish.

Starx