progress status and progress communication done

This commit is contained in:
2024-01-12 12:09:28 +01:00
parent 4569d35a65
commit 756ae1be58
7 changed files with 122 additions and 44 deletions

View File

@@ -54,6 +54,10 @@ html .cet-titlebar .cet-control-icon svg {
}
}
.animatedProgress div {
transition: width 0.35s cubic-bezier(0.65, -0.02, 0.31, 1.01);
}
@keyframes progress-loading {
50% {
background-position-x: -115%;