Skip to content

Commit b220f7b

Browse files
committed
Bringing the interval down again
1 parent 91dc940 commit b220f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/scrollView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ ionic.views.Scroll = ionic.views.View.inherit({
369369
penetrationAcceleration : 0.08,
370370

371371
// The ms interval for triggering scroll events
372-
scrollEventInterval: 20
372+
scrollEventInterval: 10
373373
};
374374

375375
for (var key in options) {

0 commit comments

Comments
 (0)