bugfix: text scroll now appears faster

This commit is contained in:
Трошин Антон Валерьевич
2026-07-12 10:34:06 +03:00
parent 45c72fc4df
commit fc13a8832d
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -117,8 +117,8 @@ body {
}
@keyframes ticker-scroll {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
/* BUTTONS */