Newbie: Ball rolling jquery?
Been looking for a a plugin which will imitate the motion a ball would make randomly moving around a browser window. The closest I've found is
http://motyar.blogspot.com/2010/04/firefly-jquery-animation-plugin.html (
https://github.com/motyar/firefly) which works great - I can put in an image of a ball instead of the firefly and it moves around the screen great. But, I would like to make the ball look like it's actually rolling (think ball with logo on it). The ball would need to be an animated gif which is easy, but the bigger challenge: how to make the image rotate automatically to match the direction it is moving.
Is there a way to do this and/or has someone already created it?
Thanks!
SL