Skip to content

1.3.0

Choose a tag to compare

@MaherKSantina MaherKSantina released this 05 Jun 22:53
· 21 commits to master since this release
  • Added minimumItemsToScroll

minimumItemsToScroll is the number of items that the user will scroll when the scroll distance is greater than the threshold. This is quite useful when you have multiple cells showing at once and you need to do a paging behavior.

For example, let's say I'm showing 2 items at the same time, but I still want to have some kind of paging behavior by scrolling to another 2 items without the need to scroll 1 item at a time. This can be achieved by setting the number of items to show to 2 and minimum items to scroll to 2