зеркало из https://github.com/docker/kitematic.git
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:
Родитель
d93d8c40b5
Коммит
1613f172e5
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче