JavaScript's version of ActionScript's Event.ENTER_FRAME event?

前端 未结 5 1471
别那么骄傲
别那么骄傲 2021-01-03 05:42

I am trying to learn JavaScript and I am wondering whether JavaScript has a event listener just like ActionScript\'s ENTER_FRAME. Basically, I want this event listener to li

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 06:05

    This would probably be worth a look too : http://paulirish.com/2011/requestanimationframe-for-smart-animating/

提交回复
热议问题