$ cnpm install frame-debounce
Decorate a function so that it only fires once per frame, using requestAnimationFrame
in the browser and setImmediate
or process.nextTick
in node.
Returns a decorated version of fn
, that can only be called once per frame
MIT. See LICENSE.md for details.
Copyright 2014 - 2016 © taobao.org |