fix: Manage banner animation hitch fix (#826)

This commit is contained in:
SeDemal
2024-07-17 13:45:27 +02:00
committed by GitHub
parent 86c729a83f
commit 4e03e7f49d

View File

@@ -19,7 +19,7 @@
transform: translateY(0); transform: translateY(0);
} }
100% { 100% {
transform: translateY(-50%); transform: translateY(-50.8%);
} }
} }