feat: yeah, no real progress smh

This commit is contained in:
Matthieu BOUCLY 2025-04-01 11:20:10 +02:00
parent e096f7fd0f
commit 96f7d9569f
6 changed files with 448 additions and 13 deletions

View file

@ -154,7 +154,7 @@
border-radius: 50%;
opacity: math.div(math.random(50), 100) + 0.5;
animation: fade 10s linear infinite;
animation: fade 5s linear infinite;
animation-delay: math.random(10000) * -1ms;
}
@keyframes fade {