ufotofu
-
Posts
9 -
Joined
-
Last visited
Community Answers
-
ufotofu's post in Auto-scroll to next section after some time was marked as the answer
Solved it with this code
setTimeout(function(){ $(window).scrollTo('section[data-section-id="your-unique-id"]')}, 3000);