1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-12-07 23:08:06 +00:00

Feat: handling of update database events

This commit is contained in:
jcorporation
2018-08-24 11:11:27 +01:00
parent eeb7a16abc
commit a640b9010d
9 changed files with 130 additions and 52 deletions

View File

@@ -249,3 +249,14 @@ caption {
-khtml-user-drag: element;
-webkit-user-drag: element;
}
@keyframes changewidth {
from { width: 0%; }
to { width: 100%; }
}
.updateDBprogressAnimate {
animation-duration: 2s;
animation-name: changewidth;
animation-iteration-count: infinite;
}