Auto scroll section

Hi! Can someone help me how to create an auto scroll section with sticky containers? Many thanks!

By Auto-scroll, you mean for the page to scroll?
You might be able to use code to scrollTo() to certain parts of the page. It should work with the sticky containers.
https://www.wix.com/velo/reference/wix-window/scrollto

Thanks for your reply.This is the page of the site i am designing. https://ibletsos.editorx.io/odc-clinic/blank . The section has a container with 5 rows and 1 column . Every row contains a sticky container with image .Because with scrolling there is a delay i want the section to autoscroll till its end .Thank you!

Hi Robero! Your advice was very helpfull but i want to ask you something more. How is it possible to add duration into ScrollTo function? Many Thanks!

From checking the scrollTo() API , it seems the option on there is to turn on/off the scroll animation so it just goes directly to the X, Y coordinate. Might be a question suited for the Velo forum but I will ask to see if there is a way.

Hi Roberto! I asked and received the ‘scroll-to-element’ api from npm (cause allows ease and duration),but i really dont know how to add it properly into my site.Can you help me ? Many Thanks!

I am looking for the same “effect”, auto scrolling sections set to 100vh.
We can see this effect on Tesla website, main page with cars and solar solutions : www.tesla.com
I don’t know if “scrollTo()” is the only fonction to use ? Or onviewportEnter/Leave() ? Or other ?
Best

Kind of the limit of what I know regarding the API and code. Did you find out more about this @ibletsos ?

Hey @sebastienroten ,
I found this site from a partner site:
https://www.wixcreate.com/auto-scroll-page

I’m not well-versed in code but they seem to use on viewport enter alongside scrollTo().