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

View File

@ -40,7 +40,7 @@
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',