当前位置:网站首页>Setinterval, setTimeout and requestanimationframe
Setinterval, setTimeout and requestanimationframe
2022-06-28 11:21:00 【InfoQ】
setTimeoutsetTimeoutEventLoopsetTimeout// Time delay 1s after , Print hello,world
setTimeout(() => {
console.log('hello,world');
}, 1000)
setIntervalsetTimeoutsetIntervalsetIntervalsetInterval(() => {
console.log('hello,world');
}, 1000)
setTimeout- According to the refresh rate of different screens , Automatically adjust the timing of executing the callback function .
- When the window is inactive ,
requestAnimationFrameWill stop executing , andsetTimeoutCan't
- It has function throttling function
var progress = 0;
var timer = null;
function render() {
progress += 1;
if (progress <= 100) {
console.log(progress);
timer = window.requestAnimationFrame(render);
} else {
cancelAnimationFrame(timer);
}
}
// First frame rendering
window.requestAnimationFrame(render);边栏推荐
- [practice] appium settings app is not running after 5000ms
- 数据库系列:有什么办法对数据库的业务表进行无缝升级
- [cloud resident co creation] detailed introduction to DWS alarm service DMS and cluster connection mode
- 获取系统当前日期
- [Agora] get an Agora_ Example usage of refptr object
- MytipartFile与File的相互转换
- 东方财富手机股票开户哪个券商更安全更方便?
- MySQL (II)
- JS基础1-JS引入与运算符
- ThreadLocal的简单理解
猜你喜欢

Threads and thread pools

太阳能无线LED显示屏的特点

Thesis reading (59):keyword based diverse image retrieval with variable multiple instance graph

Ruoyi integrated building block report (NICE)

MySQL(一)

培训通知|2022年境外中资企业机构及人员疫情防控和安全防范专题培训通知

获取系统当前日期

Blue Bridge Cup Maze (dfs+ backtracking)

Remote connection of raspberry pie in VNC viewer mode without display

Redis6 一:Nosql引入、Redis可以解决什么问题?
随机推荐
JS foundation 1-js introduction and operator
如临现场的视觉感染力,NBA决赛直播还能这样看?
工作组环境下的内网渗透:一些基础打法
功能真花哨,价格真便宜!长安全新SUV真实力到底怎样?
MytipartFile与File的相互转换
Remote connection of raspberry pie in VNC viewer mode without display
近况
vsftpd服务的部署及优化
Xshell和Xftp使用教程
[cloud resident co creation] detailed introduction to DWS alarm service DMS and cluster connection mode
Gee: mcd64a1 based globfire daily fire data set
论文阅读 (59):Keyword-Based Diverse Image Retrieval with Variational Multiple Instance Graph
Apache2配置对目录拒绝访问,但是可以访问里面文件的设置
第2章 还记得点、线、面吗(二)
Move command
基于验证码识别的机器学习项目captcha_trainer操作实践
壓縮解壓
选择哪种编程语言,会吸引优秀的人才?
mysql-.sql文件钓鱼上线
随机森林以及 AMR 训练出的诗词制造器