requestAnimationFrame with this keyword

后端 未结 7 835
感动是毒
感动是毒 2020-11-27 15:40

I\'m using webkitRequestAnimationFrame but I\'m having trouble using it inside of an object. If I pass the this keyword it will use window

7条回答
  •  死守一世寂寞
    2020-11-27 16:26

    And also you might want to use requestAnimationFrame shim to make it work on all browsers https://github.com/kof/animation-frame

提交回复
热议问题