Switch to version 2: modified src/styles/animations.css

This commit is contained in:
2026-05-08 10:51:20 +00:00
parent e6385c3f27
commit 4120efe02a

View File

@@ -212,18 +212,3 @@
77% { opacity: 0.05; }
88% { opacity: 0; }
}
@keyframes pulse-slow {
0%, 100% {
transform: scale(1);
opacity: 0.5;
}
50% {
transform: scale(1.1);
opacity: 0.7;
}
}
.animate-pulse-slow {
animation: pulse-slow 8s infinite ease-in-out;
}