From b220f7b30dae2fc44bd73214975caa6414844e9c Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sat, 19 Apr 2014 16:49:53 -0500 Subject: [PATCH] Bringing the interval down again --- js/views/scrollView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/scrollView.js b/js/views/scrollView.js index ea9a0d3d59..712aec1a1e 100644 --- a/js/views/scrollView.js +++ b/js/views/scrollView.js @@ -369,7 +369,7 @@ ionic.views.Scroll = ionic.views.View.inherit({ penetrationAcceleration : 0.08, // The ms interval for triggering scroll events - scrollEventInterval: 20 + scrollEventInterval: 10 }; for (var key in options) {