fix: Further adjust RSS ticker animation speed to 240s
This commit is contained in:
@@ -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 120s linear infinite;
|
animation: ticker-scroll 240s linear infinite;
|
||||||
}
|
}
|
||||||
@keyframes ticker-scroll {
|
@keyframes ticker-scroll {
|
||||||
0% { transform: translate3d(0, 0, 0); }
|
0% { transform: translate3d(0, 0, 0); }
|
||||||
|
|||||||
Reference in New Issue
Block a user