When we are at the top of the page [.scrollTop() = 0]
, we need to assign a fixed movement to the scroll wheel of the mouse (for example, 50px). Next scroll wheel should occur as standard. But only if we again rise to the top of the page [.scrollTop() = 0]
, the fixed movement after the first scroll down is assigned again.
Thank.