From 8a8b1d9766735becc351643697ea9f495767ab6a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 3 Oct 2016 10:01:47 -0400 Subject: removed header bounce back at the end. Former-commit-id: 39531ac25fee7a7e365bac6679ac98d4f277df7b --- www/external/ionic.scroll.sista.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/external/ionic.scroll.sista.js b/www/external/ionic.scroll.sista.js index a6b173c6..598c7ca7 100644 --- a/www/external/ionic.scroll.sista.js +++ b/www/external/ionic.scroll.sista.js @@ -295,8 +295,9 @@ //if we are at the bottom, animate the header/tabs back in if (scrollView.getScrollMax().top - scrollTop <= contentTop) { - y = 0; - duration = defaultDuration; + // console.log ("MAX TOP="+scrollView.getScrollMax().top+" SCROLL TOP:"+scrollTop+" CONTOP="+contentTop); + // y = 0; + // duration = defaultDuration; } prevScrollTop = scrollTop; -- cgit v1.2.3