fix: Adjust RSS ticker animation speed

This commit is contained in:
2025-10-31 11:24:39 +01:00
parent 02b53b01a1
commit 17bdc73457

View File

@@ -22,7 +22,7 @@
#ticker-content { #ticker-content {
display: inline-block; display: inline-block;
padding-left: 100%; /* Start off-screen */ padding-left: 100%; /* Start off-screen */
animation: ticker-scroll 30s linear infinite; animation: ticker-scroll 60s linear infinite;
} }
@keyframes ticker-scroll { @keyframes ticker-scroll {
0% { transform: translate3d(0, 0, 0); } 0% { transform: translate3d(0, 0, 0); }