Hi guys,
Was just wondering how I could show/hide a floating group only when another element has been viewed. For example, I have a button that appears on page load, however, I would like to hide it once the user scrolls to the footer.
I know that I could pontentially calculate the scrolling page pixels, however, the content per page will different and hence the size of the page so that condition will not be consistent. Help!