mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed pulsating PTR icon
This commit is contained in:
9
dist/css/ionic.css
vendored
9
dist/css/ionic.css
vendored
@@ -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% {
|
||||
|
||||
Reference in New Issue
Block a user