imagefill.js icon indicating copy to clipboard operation
imagefill.js copied to clipboard

Performance improvement suggestions

Open evolutionjay opened this issue 9 years ago • 0 comments

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

evolutionjay avatar Mar 02 '16 06:03 evolutionjay