Jake, thank you for your answer! Your solution looks great to me, but I
don't know, how to apply it perfectly for mousewheel scrolling.
I'v created a
fiddle
, you can test it. It almost works perfectly, however if you scroll
faster, the function doesn't stop, and changes more than one class
at a time. Maybe I should use unbind, to stop scrolling during the class
change, and then bind again? Or I need to modify the current code? Thank
you for your time!