jquery image pan
jquery image pan
- Started
- Last post
- 3 Responses
- dbloc
looking for a plugin that will just pan an image back and forth left to right then right to left and so on.
It's for a view, so I need to be able to adjust the speed to make it slow.
Thanks!
- mikotondria30
Probably be easier roll one yourself using jQuery.animate();..
Find the image dimensions, when you've moved the x that far, fire the other animate.. etc etc
- dbloc0
hey mike...you got an example?