johnpolacek / imagefill.js

The jQuery plugin for making images fill their containers (and be centered)
http://johnpolacek.github.io/imagefill.js/
609 stars 89 forks source link

Performance improvement suggestions #16

Open evolutionjay opened 8 years ago

evolutionjay commented 8 years ago

In this line https://github.com/johnpolacek/imagefill.js/blob/master/js/jquery-imagefill.js#L100

setTimeout(checkSizeChange, settings.throttle);

change to requestAnimationFrame will better performance

requestAnimationFrame

https://developer.mozilla.org/zh-CN/docs/Web/API/Window/requestAnimationFrame