basshelal / BoardView

🚧Work In Progress🚧 Android library for easy to use Kanban Boards
3 stars 0 forks source link

Allow callers to customize scroll behavior #8

Open basshelal opened 4 years ago

basshelal commented 4 years ago

This mainly includes scroll speed because callers can currently disable and enable it fairly easily by using BaseRecyclerView.isScrollEnabled.

But scroll speed is somewhat fixed and different implementations may require different speeds, however this may not be as easy as just adding a multiplier to current scrollBy(...) calls. I may be wrong though!