From b10f2996e7dc4dc29345321e856fe0dcbcb7441a Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 27 Mar 2015 10:10:04 -0700 Subject: [PATCH] Bumped up running status animation speed slightly. --- styles/left-panel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/left-panel.less b/styles/left-panel.less index ecba94e97c..2aa98270fc 100644 --- a/styles/left-panel.less +++ b/styles/left-panel.less @@ -201,7 +201,7 @@ left: -20px; .at2x('runningwave.png', 20px, 20px); -webkit-animation-name: translatewave; - -webkit-animation-duration: 8.0s; + -webkit-animation-duration: 7.0s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; }