bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.54k stars 779 forks source link

Is it possible to limit the scroll speed? #670

Open chriskevini opened 1 year ago

chriskevini commented 1 year ago

Pretty sure accessing the event object using onScroll is too late as the scroll has already happened. If there is no possible way to do this now, then I'd like to request an option to pass a prop maxVelocity.