Element Scrolls to certain point.

Hi all, hope you are all well?

I was wondering whether it was possible for an element to scroll with the page and stop when the next element comes into view?


Ideally to start scrolling once in view and to stop at red line in diagram before ‘Network’.
Is this possible within Corvid or would I require a professional to help me?

Apologies if there is already a post dedicated to this already - I couldn’t find one that asks for this specifically.

Thanks in advance!

Regards,
Ben

Not sure about doing it through code with the element scrolling down the screen following the mouse movement.

Although you can try seeing if you can add it through the use of CSS for example, like shown here where the div follows you as you scroll down the screen.
https://css-tricks.com/scrollfollow-sidebar/

You can try using the javascript code that is shown on that page too, however I doubt that it would work within Wix.

You can see other versions of it here, some which will work through WordPress, however not sure if they are compatible with Wix at present.
https://www.sitepoint.com/10-jquery-sticky-scroll-plugins/

You can learn more about it here.
https://www.w3schools.com/howto/howto_css_sticky_element.asp