Bumped up running status animation speed slightly.

This commit is contained in:
Sean Li 2015-03-27 10:10:04 -07:00
parent 898213d515
commit b10f2996e7
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
left: -20px; left: -20px;
.at2x('runningwave.png', 20px, 20px); .at2x('runningwave.png', 20px, 20px);
-webkit-animation-name: translatewave; -webkit-animation-name: translatewave;
-webkit-animation-duration: 8.0s; -webkit-animation-duration: 7.0s;
-webkit-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear; -webkit-animation-timing-function: linear;
} }