文件名称:js-timers:包含定时器和倒计时两个模块; 定时器模块
文件大小:135KB
文件格式:ZIP
更新时间:2024-05-30 16:52:20
JavaScript
js定时器 包含模块 类别:计时器 浏览器中使用的计时器,比setInterval更准确。 因为JavaScript是单线程,所以setInterval会在运行过程中受到其他事件的执行影响,从而导致计时器延迟,并且延迟将逐渐累积,从而导致较大的计时器偏差 该模块通过setTimeout实现,并且对偏差进行补偿和纠正 有关详细信息,请参阅演示: : 类别: CountDownTimer 它可以基于该库中的计时器设置执行倒计时的时间间隔。 正在安装 使用npm: $ npm install js-timers 使用凉亭: $ bower install js-timers 使用纱: $ yarn add js-timers 模块:定时器 // import Timer import { Timer } from 'js-timers' // Example function
【文件预览】:
js-timers-main
----yarn.lock(237KB)
----.eslintrc.js(829B)
----todo()
--------http-timer.js(3KB)
--------TODO.md(133B)
--------.eslintrc.backup.js(6KB)
----src()
--------count-down-timer.js(4KB)
--------timer.js(3KB)
--------index.js(269B)
----babel.config.js(369B)
----.npmignore(299B)
----demo()
--------index.html(5KB)
--------timer.html(4KB)
--------http-timer.html(1KB)
----types()
--------locale()
--------index.d.ts(45B)
----CONTRIBUTING.md(0B)
----build()
--------esm.js(331B)
--------rollup.config.js(496B)
--------index.js(880B)
----test()
--------locale()
--------__mocks__()
--------index.js(0B)
----jest.config.js(929B)
----README.md(3KB)
----.npmrc(37B)
----docs()
--------zh-cn()
--------en()
----prettier.config.js(117B)
----.editorconfig(78B)
----.gitignore(151B)
----CHANGELOG.md(0B)
----.eslintignore(22B)
----package.json(2KB)