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.5k forks source link

skrollr position after page refresh #574

Open joemidi opened 10 years ago

joemidi commented 10 years ago

Hey Prinzhorn,

Great plugin.

I have a small issue after a page refresh? skrollr seems to remember its position in the document after a page refresh. Even if the window.scrollTop is set to 0 during a beforerender.

Anyway, you can check out the site here: http://magazine.mercedes-benz.co.uk

Prinzhorn commented 10 years ago

Does the website you linked even include skrollr?

Apart from that, remembering the scroll position is a browser feature and skrollr unrelated.