How to create circular animation with different objects using jQuery?

后端 未结 3 634
逝去的感伤
逝去的感伤 2021-02-10 08:45

How to create circular animation with different objects using jQuery. I have tried myself but the issue is that my scrip is not running smoothly.

I want this animate but

3条回答
  •  鱼传尺愫
    2021-02-10 09:37

    Just use CSS3 to rotate the image:

    html

    ... (all your images here)

    javascript:

    
    

提交回复
热议问题