@samitouri / QOSami-HFS / commits / 680883bd

softer 'working' animation

Massimo Melina committed May 5, 2025 at 20:20 UTC 680883bd45dea23ecf87fe68d68736566d7d0517
2 files changed +2 -2
frontend/src/index.scss
+1 -1
@@ -224,7 +224,7 @@ kbd {
224 white-space: nowrap;
225 }
226
227 -.ani-working { animation:1s blink infinite }
227 +.ani-working { animation:2s blink infinite }
228
229 @keyframes spin {
230 100% { transform: rotate(360deg); }
shared/_main.scss
+1 -1
@@ -12,5 +12,5 @@
12
13 @keyframes blink {
14 0% {opacity: 1}
15 - 50% {opacity: 0.2}
15 + 50% {opacity: 0.3}
16 }