文件名称:requestAnimationFrameRate:有时您需要以特定的帧速率进行渲染
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-13 10:50:54
JavaScript
window.requestAnimationFrameRate() 有时您需要以特定的帧速率进行渲染。 使用浏览器会尽力尽快调用您的函数。 window.requestAnimationFrameRate()创建一个中间函数,其签名与window.requestAnimation相同,但以指定的帧速率调用。 基本用法 // First you create a function with a specified frame rate, here 25 frames per second var requestAnimationFrameAt25FPS = window . requestAnimationFrameRate ( 25 ) // The render() function will be called at 25 frames per second function
【文件预览】:
requestAnimationFrameRate-master
----requestAnimationFrameRate.js(1KB)
----.gitattributes(378B)
----bower.json(528B)
----README.md(1KB)
----.gitignore(574B)
----package.json(678B)