diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-03 10:01:47 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-03 10:01:47 -0400 |
| commit | 8a8b1d9766735becc351643697ea9f495767ab6a (patch) | |
| tree | 94582a32a960488c2b3b0bc26577bc1c44e0d91a /www | |
| parent | b5b448af489008646dbae02dcdd0620d4974fa6d (diff) | |
removed header bounce back at the end.
Former-commit-id: 39531ac25fee7a7e365bac6679ac98d4f277df7b
Diffstat (limited to 'www')
| -rw-r--r-- | www/external/ionic.scroll.sista.js | 5 |
1 files 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; |
