Is it possible to add scroll to anchor functions? I mean, I want that when scrolling to show the next column immediately, so you don’t have to scroll a lot.
Anchors won’t work very well for this unless your strips are massive, especially on large screens. You would want to use the get the user’s y scroll instead:
wix-window-frontend - Velo API Reference - Wix.com.
export function strip1_viewportEnter(event, $w) {
$w(“#strip1”).scrollTo();
}