How to animate an image along a path with Bezier curves

前端 未结 2 1569

My goal:

  • Move/animate an image along a path like the drawing below (Could be connecting bezier curves).
  • Must work in IE7+, don\'t what to
2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-20 12:26

    I would recommend you to use GSAP : http://www.greensock.com/get-started-js/

    With that you can handle timelines, and here is a bezier plugin : http://api.greensock.com/js/com/greensock/plugins/BezierPlugin.html

    regards

提交回复
热议问题