added new animations

This commit is contained in:
Mamalizz
2025-01-07 18:14:00 +03:30
parent b838b20c51
commit 9e722347e5
+3 -8
View File
@@ -120,16 +120,11 @@
--breakpoint-xs: 480px;
/* ANIMATIONS */
<<<<<<< HEAD
--animate-marquee: marquee 3s linear infinite;
--animate-marquee: marquee 20s linear infinite;
--animate-slide-down: slideDown 300ms ease-out;
--animate-slide-up: slideUp 300ms ease-out;
--animate-overlay-show: overlayShow 150ms ease-in;
--animate-content-show: contentShow 150ms ease-in;
=======
--animate-marquee: marquee 25s linear infinite;
--animate-marquee-reverse: marquee 25s linear infinite reverse;
>>>>>>> be4fa509843c81855f5ffc118150196c94a7b17b
@keyframes marquee {
to {
@@ -167,11 +162,11 @@
@keyframes contentShow {
from {
opacity: 0;
transform: translate(-50%, -48%) scale(0.96);
transform: scale(0.96);
}
to {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
transform: scale(1);
}
}
}