New trigger for interaction (scroll to element)

Hello, It would be a great option to add a scroll to element trigger. This allows different elements to be displayed when the user scrolls to a specific element. This trigger can also be used to hide an element when you scroll to another element, for example, you have a call to action that appears at the bottom of the page and becomes sticky when you scroll to an element, and it would be great to hide the element by condition – the element with a CSS selector (X) is not visible in the view port or if you scrolled to another element with a CSS selector (X) so that you don’t get a situation where, for example, a call to action overlaps the footer of the site.

Example from my personal website, but with custom JavaScript code https://websty.md

When you will scroll to price plan, will appear a CTA popup (i use show/hide on scroll effect, with scroll to element with CSS ID)

1 Like