I would like to display a button after scrolling on a webpage for a specific length / distance. For example, after the user scrolls three times on a webpage a button which was once hidden, should now become visible. The problem is that I don't know how to track how far a user has scrolled in order to trigger the buttons display from hidden / none to visible.
Your help is greatly appreciated.