HTML5/CSS3 - how to make “endless” rotating background - 360 degrees panorama

后端 未结 6 1825
情深已故
情深已故 2021-02-04 16:41

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

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-04 17:02

    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.

提交回复
热议问题