ticker: slow both rows by 30% (THE LATEST 100→130s, FORUM 144→187s)
This commit is contained in:
@@ -112,14 +112,14 @@ export default function DualSpeedTicker() {
|
||||
label="THE LATEST"
|
||||
labelColor="#00ff9f"
|
||||
glowColor="rgba(0,255,159,0.55)"
|
||||
durationSec={100}
|
||||
durationSec={130}
|
||||
items={beat}
|
||||
/>
|
||||
<Row
|
||||
label="FORUM"
|
||||
labelColor="#00d4ff"
|
||||
glowColor="rgba(0,212,255,0.55)"
|
||||
durationSec={144}
|
||||
durationSec={187}
|
||||
items={forum}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user