mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Reduced drag banding resistance
This commit is contained in:
2
dist/js/ionic.js
vendored
2
dist/js/ionic.js
vendored
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user