Update Manager

This commit is contained in:
Ralex91
2024-02-01 11:02:28 +01:00
parent 0a075e564a
commit 6838f04828
8 changed files with 89 additions and 27 deletions

View File

@@ -50,3 +50,12 @@
transform: scale(1);
}
}
@keyframes progressBar {
from {
width: 0%;
}
to {
width: 100%;
}
}