Fixed pulsating PTR icon

This commit is contained in:
Max Lynch
2013-11-12 20:16:33 -06:00
parent 59b0e64309
commit 664fe55ff8
5 changed files with 31 additions and 8 deletions

9
dist/css/ionic.css vendored
View File

@@ -2297,13 +2297,16 @@ body, .ionic-body {
left: 50%;
margin-left: -5px;
bottom: 25px;
-webkit-transform: scale(0.2); }
-webkit-transform: scale(0.2);
-webkit-transition: -webkit-transform 0.1s linear;
-webkit-animation-play-state: paused;
-webkit-animation: refresher-pulsate 1.5s linear;
-webkit-animation-iteration-count: infinite; }
.scroll-refreshing {
-webkit-transition: height 0.1s ease-in-out; }
.scroll-refreshing .ionic-refresher {
-webkit-animation: refresher-pulsate 1.5s linear;
-webkit-animation-iteration-count: infinite; }
-webkit-animation-play-state: running; }
@-webkit-keyframes refresher-pulsate {
0% {