Only animate the running and restarting icon five times. Continuously animating loads the CPU a lot and we can use the cycles better somewhere else.

This commit is contained in:
Ruurd Pels 2016-06-04 18:38:02 +02:00
Родитель d93d8c40b5
Коммит 1613f172e5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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