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!
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!
I like this one. I have used it in several projects. It is light and very customizable:
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.