fix: Further adjust RSS ticker animation speed to 240s

This commit is contained in:
2025-10-31 11:33:25 +01:00
parent 7b1f0d2be2
commit 7b9095f849

View File

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