Hi, I came across an issue when using default settings and desktop mouse. If I scroll slowly on with mouse wheel, these events are marked as inertial.
Even if I switch scroll direction to opposite, it continues to be detected as inertial (lethargy.check(ev) === false).
p.s.
I'm using a modified version of the jsfiddle demo from README.md. I added lethargy with default settings and differentiate inertial events by coloring them red and normal events as gray.

Hi, I came across an issue when using default settings and desktop mouse. If I scroll slowly on with mouse wheel, these events are marked as inertial.
Even if I switch scroll direction to opposite, it continues to be detected as inertial (
lethargy.check(ev) === false).p.s.
I'm using a modified version of the jsfiddle demo from
README.md. I added lethargy with default settings and differentiate inertial events by coloring them red and normal events as gray.