i have a JPG image with the 360 degrees view of the city (9000px by 1000px). I need to create a page with endlessly rotating background - giving user an impress
you can play with the background position and the jquery animate function , see the example:
http://jsfiddle.net/DG8PA/3/
Take a endless background and animate from 0 to the width of background in the complete event set the background position to 0 and fire another time the animation.