🎉 Refactor & Update Backend Code, Add Utils 🖥️📊

This commit is contained in:
2025-05-31 23:54:57 +02:00
parent d4f899d280
commit 193164964e
14 changed files with 5346 additions and 241 deletions

View File

@ -53,7 +53,7 @@
}
.animate-pulse-scale {
animation: pulse-scale 2s infinite ease-in-out;
animation: pulse-scale 3s infinite ease-in-out;
}
/* ===== FLOATING ANIMATIONS ===== */
@ -82,12 +82,12 @@
}
.animate-float {
animation: float 3s infinite ease-in-out;
animation: float 4s infinite ease-in-out;
}
.animate-float-delay {
animation: float-delay 3s infinite ease-in-out;
animation-delay: 1s;
animation: float-delay 4s infinite ease-in-out;
animation-delay: 1.5s;
}
/* ===== SLIDE-UP ANIMATIONS ===== */
@ -161,7 +161,7 @@
}
.animate-glow {
animation: glow 2s infinite ease-in-out;
animation: glow 3s infinite ease-in-out;
}
/* ===== KONFETTI ANIMATION ===== */
@ -190,7 +190,7 @@
opacity: 1;
}
100% {
transform: translateY(100vh) rotate(720deg);
transform: translateY(120vh) rotate(720deg);
opacity: 0;
}
}