Collection-repeat scrolling distance

I am developing an application which requires to display a huge amount of data (over 3000) in a single view, with limited memory amount on mobile devices this was a huge issue. I decided to give collection-repeat a go and I am glad to say it works like a charm (except from some slight flickering, I suspect due to constant page redraws).

With such a huge list to scroll through the user needs to scroll many-many times until he gets to the end. Compared to a similar native application I can see that in native when scrolling a single time the maximum distance covered is so much longer allowing the user to get to the end of the list with only a couple of swipes.

Is there a way in ionic that I could alter the traveling distance when swiping?