An element <div class="">
will fade in when the user scroll down to that div.
I found a solution using a jQuery plugin and another solution to check whether the div is visible on the page. It works.
However, as soon as user scroll to the top of div, it fades in too soon so user doesn't get to see the div fade in. How do I make the div fade-in ONLY if the user scrolls to the bottom of the div so that user can see a nice fade-in effect for the whole div?