Reduced drag banding resistance

This commit is contained in:
Max Lynch
2013-11-11 20:34:58 -06:00
parent d8163fdd06
commit 58dc717ab9
5 changed files with 12 additions and 10 deletions

2
dist/js/ionic.js vendored
View File

@ -1990,7 +1990,7 @@ window.ionic = {
dragThreshold: 10,
// Resistance when scrolling too far up or down
rubberBandResistance: 3,
rubberBandResistance: 2,
// Scroll event names. These are custom so can be configured
scrollEventName: 'momentumScrolled',