Skip to content

ES6 throttled browser resize event dispatcher based on requestAnimationFrame.

Notifications You must be signed in to change notification settings

ehtb/throttled-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ES6 throttled browser resize event dispatcher based on requestAnimationFrame.

Resources

Stars

Watchers

Forks

Packages

No packages published