feat(refresher): add elastic drag to native scrolling refresher

This commit is contained in:
perry
2015-02-05 14:30:39 -06:00
parent 7134114bd5
commit 658451cbc6
3 changed files with 5 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ IonicModule
isDragging = true;
// overscroll according to the user's drag so far
overscroll(parseInt(deltaY - dragOffset, 10));
overscroll(parseInt((deltaY - dragOffset)/3, 10));
// update the icon accordingly
if (!activated && lastOverscroll > ptrThreshold) {