peachananr / onepage-scroll

Create an Apple-like one page scroller website (iPhone 5S website) with One Page Scroll plugin
http://peachananr.github.io/onepage-scroll/Demo/demo.html
9.54k stars 2.06k forks source link

Auto scroll sections? #330

Open lgkallday opened 6 years ago

lgkallday commented 6 years ago

Was wondering if anyone had figured out a way of auto scrolling through the scroll sections? For example, I want move to the next section after 5 seconds, then the next, then the next automatically. I've tried implementing a delay mechanism using the moveUp function which works, however if the user were to manually scroll I can find no way of resetting the timer (if you were to scroll to the next section after 4 seconds, then in the 5th second the timer enforces another moveUp which will be irritating to the user. Any help would be massively appreciated!