1.0.1 • Published 9 years ago
throttled-resize v1.0.1
throttled-resize
ES6 throttled browser resize event dispatcher based on requestAnimationFrame.
import Resize from 'throttled-resize';
let resize = new Resize();
resize.on('resize:start', fn);
resize.on('resize:end', fn);