fix: Further adjust RSS ticker animation speed

This commit is contained in:
2025-10-31 11:27:57 +01:00
parent 17bdc73457
commit 7b1f0d2be2

View File

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