Why are slow jQuery animations choppy?

前端 未结 3 2318
梦谈多话
梦谈多话 2021-02-19 19:15

I\'m having a hard time googling this issue because most of the things I can find are about animations that are supposed to be fast but are acting slow. My question is regarding

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-19 20:01

    I guess it's the inevitable bargain with doing animation programmatically. Maybe try a framework specialized in animation like:

    http://www.greensock.com/gsap-js/

    but adapting the animation to CSS would be best.

提交回复
热议问题