Merge pull request #1739 from ruurd/master

Only animate the running and restarting icon five times. Continuously…
This commit is contained in:
French Ben 2016-06-06 13:43:22 -07:00
commit 055f864f79
1 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@
.at2x('runningwave.png', @container-state-size, @container-state-size); .at2x('runningwave.png', @container-state-size, @container-state-size);
-webkit-animation-name: translatewave; -webkit-animation-name: translatewave;
-webkit-animation-duration: 7.0s; -webkit-animation-duration: 7.0s;
-webkit-animation-iteration-count: infinite; -webkit-animation-iteration-count: 5;
-webkit-animation-timing-function: linear; -webkit-animation-timing-function: linear;
} }
} }
@ -232,7 +232,7 @@
-webkit-animation-delay: -1s; -webkit-animation-delay: -1s;
-webkit-animation-name: rotate; -webkit-animation-name: rotate;
-webkit-animation-duration: 3.0s; -webkit-animation-duration: 3.0s;
-webkit-animation-iteration-count: infinite; -webkit-animation-iteration-count: 5;
-webkit-animation-timing-function: linear; -webkit-animation-timing-function: linear;
} }
} }