Wednesday, 11 September 2013

Detect number of times mousewheel is scrolled

Detect number of times mousewheel is scrolled

I'm trying to achieve an effect like the one here. I want to perform an
action each time the scroll wheel is scrolled, regardless of how much the
user tries to scroll. How would I count the number of times the user tries
to scroll? I've been playing around with $(window).on('scroll'.... Thanks

No comments:

Post a Comment