Animate task progress

This commit is contained in:
Johannes Zellner
2025-01-07 12:22:04 +01:00
parent a887fc8153
commit ee263914aa
+1
View File
@@ -355,6 +355,7 @@ export default {
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-size: 40px 40px;
animation: apps-progress-bar-stripes 1s linear infinite;
transition: width 300ms;
}
@keyframes apps-progress-bar-stripes {