Prinzhorn / skrollr

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
http://prinzhorn.github.io/skrollr/
MIT License
18.53k stars 3.51k forks source link

Skrollr doesnt reflow when snapping window size #737

Open andy-hook opened 9 years ago

andy-hook commented 9 years ago

Hello,

I'm having an issue where skrollr isn't performing a reflow immediately following an instant window resize. If I resize the view by a pixel it performs the action but if you jump between 2 major sizes (Min and maxing the window between two vastly different viewport widths is a good test).

I'm testing on latest stable chrome in win 7.

Prinzhorn commented 9 years ago

Could this be a Chrome bug? Does the resize event even fire in this case?