So, I have asked before about how to make a page automatically take the visitor to another page after a designated time. Now if you may… I want the page to scroll down to the next anchor on the same page after some time… We can find this in tumblr themes so I guess its a common code…
Hey,
You should be able to achieve this, very similar to the code for navigating after a certain amount of time:
$w.onReady(function () {
setTimeout(() => {
$w('#anchor1').scrollTo()
}, 10000);
});
Good Luck,
Itai
Many Thanks
how can i use this when i have multiple strips/anchors that i want them to be scrolled one after the other?
thanks
Hey,
This is an old post and is being closed. Please create a new post with as much detail about what you are trying to set up as possible.
Thanks!
Dara | Corvid Team