hongjli
2025-04-16 bce8e3bf66c00ef6fb32f26c27c39b5ac3b4d47f
src/app/globals.css
@@ -806,3 +806,16 @@
.animate-shine {
  animation: shine 1.5s ease-in-out;
}
@keyframes error-scan {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}
.animate-error-scan {
  animation: error-scan 2s linear infinite;
}