1. 首页
  2. 考试认证
  3. 其它
  4. raf debounce

raf debounce

上传者: 2024-10-04 22:00:57上传 ZIP文件 1.13KB 热度 2次
防弹跳每个requestAnimationFrame运行一次的去抖动函数var rafDebounce = require('raf-debounce'); var somethingSlow = function () { /*...*/ }; var debounced = rafDebounce(somethingSlow);
用户评论