🎉 Refactor & Update Backend Code, Add Utils 🖥️📊
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user