huhuang03 / reorderable_grid_view

MIT License
46 stars 33 forks source link

[Feature Request] Increase in scroll speed if draggable hold down for long enough #10

Closed bluntmess closed 3 years ago

bluntmess commented 3 years ago

Hello, It would be great if you can increase the scrolling speed if we keep holding the draggable when scrolling for a longer time as it is hard to scroll with the draggable at the current speed. Slow at the start of the scroll and then become fast after few seconds. Thank you.

huhuang03 commented 3 years ago

Maybe you can try 1.1.0-alpha.2, which add the option scrollSpeedController, param timeInMilliSecond is the time passed. Return how many pixels scroll in 14ms.

bluntmess commented 3 years ago

Very great solution. Thank you 👍 for considering this feature.