0
我有一個山,雲,太陽的背景圖像。我的想法是動畫背景繼續從右向左。jquery動畫無限次
的Jquery:
$('#cloud-01').animate({backgroundPosition: '(-500px -80px)'}, 40000);
$('#cloud-02').animate({backgroundPosition: '(-625px -30px)'}, 40000);
$('#mountains-03').animate({backgroundPosition: '(-2500px 50px)'}, 40000);
$('#ground').animate({backgroundPosition: '(-5000px bottom)'}, 40000);
這是正常工作,但(鑑於時間)動畫40秒。之後停止。我需要的是給予持續的移動效果。
我不知道一旦它完成後如何重複這個動畫。任何人都可以幫助我。
在此先感謝。
類似的問題http://stackoverflow.com/q/4713477/1698732 – 2013-05-03 06:06:08