ufotofu Posted January 28 Share Posted January 28 Hello. Is there a way to make an automatic smooth scroll from section 1 of the page to section 2 after a few seconds? Probably with javascript. Link to comment
Solution ufotofu Posted January 30 Author Solution Share Posted January 30 (edited) Solved it with this code setTimeout(function(){ $(window).scrollTo('section[data-section-id="your-unique-id"]')}, 3000); Edited January 30 by ufotofu Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment