Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在一个网站上工作,该网站严重滥用 Javascript 以获得一些恒定的动画效果;即滚动背景。在 Firefox 3.6.13 中以 1920x1080 最大化运行时,它似乎会滞后,有时会有点跳跃。当以较小的尺寸运行时(调整为 50%-75%),它非常平滑。
我只是想知道是否有可能获取给定动画正在运行的丢弃进程的数量,或者松散的 FPS。动画实际上是由window.setInterval()延迟 10(1/100 秒)驱动的。
window.setInterval()
http://forum.jquery.com/topic/why-jquery-uses-77-fps-by-default-in-animation
归功于谷歌的链接:)