**Solution for controlling the speed of the scroll, to scroll faster to more distant positions**
This proves tricky to solve by overriding `calculateSpeedPerPixel` of the `LinearSmoothScroller`. With that attempt for a solution I was getting a lot of _"RecyclerView passed over target position"_ errors. If anyone has an idea how to solve those please share.
I took a different approach with this solution - first jump to a position closer to the target position and then smooth scroll: https://stackoverflow.com/a/63643036/3833411
**Solution for controlling the speed of the scroll, to scroll faster to more distant positions**
This proves tricky to solve by overriding `calculateSpeedPerPixel` of the `LinearSmoothScroller`. With that attempt for a solution I was getting a lot of _"RecyclerView passed over target position"_ errors. If anyone has an idea how to solve those please share.
I took a different approach with this solution - first jump to a position closer to the target position and then smooth scroll: https://stackoverflow.com/a/63643036/3833411