From 1fb28347a5316f08ae74ed54bb188e0cffe77aaf Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sat, 19 Apr 2014 16:47:55 -0500 Subject: [PATCH] Decreasing scroll event interval --- 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 cd5b7f749b..ea9a0d3d59 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: 50 + scrollEventInterval: 20 }; for (var key in options) {