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

Scroll to #770

Closed medinlu closed 9 years ago

medinlu commented 9 years ago

Is it possible to tell skrollr once the page is load animate scroll to 1000px position?

I tried scrollTo, and it works on desktop... But it doesn't work on mobile devices...

$(document).ready(function () { setTimeout(function() { $('body').animate({ scrollTop: '1000px' }, 2000); }, 1000 ); });

Prinzhorn commented 9 years ago

https://github.com/Prinzhorn/skrollr#animatetotop-options