nicer text scroll

This commit is contained in:
Трошин Антон Валерьевич
2026-07-12 10:31:10 +03:00
parent 983190d146
commit 45c72fc4df
4 changed files with 13 additions and 8 deletions
+2 -3
View File
@@ -114,12 +114,11 @@ body {
font-size: 1.05rem;
font-family: monospace;
animation: ticker-scroll 40s linear infinite;
padding-left: 100%;
}
@keyframes ticker-scroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
/* BUTTONS */