Matt
Matt
[React's SyntheticWheelEvent.js](https://github.com/facebook/react/blob/master/src/renderers/dom/client/syntheticEvents/SyntheticWheelEvent.js) Hmmm. I don't think React actually normalizes these values at all.  I may have misread this to say, "React will handle all event normalizations for everything, ever."
I have looked at a few other mouse wheel normalization scripts and they all seem to refer back to [jquery.mousewheel.js](https://github.com/jquery/jquery-mousewheel/blob/master/jquery.mousewheel.js) as the most comprehensive option available.
I can state for sure that a re-write is in the works. Hooks API. Lots of fun changes. Stay tuned.
@MrUltimate — poorly, to be honest. I'm kind of looking for a maintainer to take over this project to maybe breathe some life into it. https://github.com/hew/react-scroll-horizontal/issues/83
Fuck it I've started on V2. Written in ReScript. I made enough progress that I am motivated again. I'll keep you all updated.
@MrUltimate The thing is, animations tend to be more performant when you are not using overscroll. If you really need a scrollbar, implementing one may be the best way to...
It should work with force in theory. 17 still is back-compatible with classes (I think..)
@kwieccia I love these changes ❤ and the overall thinking here. I'm super busy right now, so I can't say when I'll merge this, but I certainly intend to.
OK I had some time to dig into this. Some thoughts: > My feeling is that if a component can be controlled from the parent level, it should be fully...
Yeah I was pretty on-the-fence about the throttle prop. I'm totally cool to leave it as-is for now. Thanks for these contributions @kwieccia! I'll see what I can do about...