diff --git a/frontend/app/globals.css b/frontend/app/globals.css index 17b13ee3..2a80d56e 100644 --- a/frontend/app/globals.css +++ b/frontend/app/globals.css @@ -84,16 +84,8 @@ h1, h2, h3, h4, h5, h6 { transition-duration: 0.01ms !important; } - /* Disable keyframe animations */ - @keyframes scan { - 0%, 100% { top: 0%; } - 50% { top: 100%; } - } - - .animate-spin-slow { - animation: none !important; - } - + .animate-scan-fast, + .animate-spin-slow, .animate-pulse { animation: none !important; }