Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 376 Bytes

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);

Browser Support

Browser Support