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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user