Knowing the scroll position of a group or object?

Hi- I have an image autoscrolling on my homepage (LINK). However, I don’t want it to start autoscrolling until a user reaches the scrolling position. How do I know the scrolling position of a particular object?

Also, hardcoding the scrolling position wouldn’t work because of the responsiveness on different screens.

You can use the trigger “Do when condition is true” wiht condition is “the element x is visible”

action trigger your auto scroll.

Try and tell us if works.

i don’t think it works.

i did it in the conditional instead. i think the definition of “visible” is whether it’s loaded vs. the scrolling position

In this case the carousel starts independently because the element became visible in the page load. I think that this approach isn’t work.

You can install a plugin that works with visibility. Search for “element visible” or “intersection observer”

1 Like