tags:

views:

297

answers:

1

How to detect the scroll direction for a scrollable div , From OnScroll event? I want to add 15 to scrollTop, if user scrolls up and subtract 15, if user scrolls down. Is it possible with out using JQuery?

A: 

Check this post onscroll direction

alejandrobog