raf debounce
防弹跳每个requestAnimationFrame运行一次的去抖动函数var rafDebounce = require('raf-debounce'); var somethingSlow = function () { /*...*/ }; var debounced = rafDebounce(somethingSlow);
下载地址
用户评论