Pull to refresh work for scroll #56

This commit is contained in:
Max Lynch
2013-11-07 17:38:33 -06:00
parent fd6f400ddd
commit d37ec6fca2
9 changed files with 230 additions and 310 deletions

13
dist/css/ionic.css vendored
View File

@@ -2243,6 +2243,14 @@ body, .ionic-body {
-o-text-size-adjust: none;
text-size-adjust: none; }
.scroll-refresher {
overflow: hidden;
height: 0;
background-color: white; }
.scroll-refreshing {
-webkit-transition: height 0.1s ease-in-out; }
.overflow-scroll {
overflow: auto;
-webkit-overflow-scrolling: touch; }
@@ -3487,11 +3495,6 @@ button.item-button-right:after {
color: #222222;
font-weight: bold; }
.list-refresher {
overflow: hidden;
height: 0;
background-color: red; }
.card.list .list-item {
padding-right: 1px;
padding-left: 1px; }