rafps:一个微型(178B)助手,用于播放,暂停和设置`requestAnimationFrame`帧频

时间:2024-05-13 09:15:16
【文件属性】:

文件名称:rafps:一个微型(178B)助手,用于播放,暂停和设置`requestAnimationFrame`帧频

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-13 09:15:16

JavaScript

帧率 一个微型(178B)助手,用于播放,暂停和设置帧频。 该模块的交付方式为: ES模块: CommonJS : UMD : 安装 $ npm install --save rafps 用法 import rafps from 'rafps' ; // Run at 30fps const ctx = rafps ( frame => { console . log ( 'Current frame:' , frame ) ; // Do animation things... // target hit, pause animation // .. or can run indefinitely if ( frame >= 1e3 ) ctx . pause ( ) ; } , 30 ) ; // Begin playback ctx . play (


【文件预览】:
rafps-master
----package.json(876B)
----readme.md(2KB)
----.github()
--------workflows()
----test()
--------index.js(1KB)
----license(1KB)
----rafps.d.ts(177B)
----src()
--------index.js(480B)
----.gitignore(41B)
----.editorconfig(211B)

网友评论