This commit is contained in:
2026-05-15 00:51:16 +01:00
parent 0f57bcdfc4
commit d40ecc99e0
2 changed files with 269 additions and 49 deletions
+15
View File
@@ -130,3 +130,18 @@ body {
z-index: 2;
}
@keyframes scrollPulse {
0% {
transform: translateY(-100%);
opacity: 0;
}
35% {
opacity: 1;
}
100% {
transform: translateY(250%);
opacity: 0;
}
}