I have an element that always stays 5% of the bottom of the screen (position: fixed; bottom: 5%;).
It's just a hint, that says "Scroll down". I want to make it fadeOut when you reached the bottom of the screen.
How to detect that the user has reached the bottom of the screen?