Much faster pull to refresh

This commit is contained in:
Max Lynch
2013-11-08 11:22:49 -06:00
parent 71eae9712b
commit 74e28c61c5
6 changed files with 82 additions and 46 deletions

4
dist/css/ionic.css vendored
View File

@@ -2290,8 +2290,8 @@ body, .ionic-body {
.scroll-refresher {
overflow: hidden;
height: 0;
background-color: white; }
height: 100px;
margin-top: -100px; }
.scroll-refreshing {
-webkit-transition: height 0.1s ease-in-out; }