I want to trigger a workflow when the user scrolls down and a specific element comes into view on the page.
I don’t want to do it based on scroll-position in pixels as its too restrictive and might cause issues with responsiveness.
For example, on Facebook when a user scrolls to the bottom of their news feed and it triggers Facebook to load more newsfeed posts automatically.
Any ideas for how I could achieve this?