ticker: top row 50s→100s (50% slower) + rename BEAT→THE LATEST; bottom 120s→144s (20% slower)
This commit is contained in:
@@ -109,17 +109,17 @@ export default function DualSpeedTicker() {
|
|||||||
return (
|
return (
|
||||||
<aside className="bbt-root" aria-label="News + forum live ticker">
|
<aside className="bbt-root" aria-label="News + forum live ticker">
|
||||||
<Row
|
<Row
|
||||||
label="BEAT"
|
label="THE LATEST"
|
||||||
labelColor="#00ff9f"
|
labelColor="#00ff9f"
|
||||||
glowColor="rgba(0,255,159,0.55)"
|
glowColor="rgba(0,255,159,0.55)"
|
||||||
durationSec={50}
|
durationSec={100}
|
||||||
items={beat}
|
items={beat}
|
||||||
/>
|
/>
|
||||||
<Row
|
<Row
|
||||||
label="FORUM"
|
label="FORUM"
|
||||||
labelColor="#00d4ff"
|
labelColor="#00d4ff"
|
||||||
glowColor="rgba(0,212,255,0.55)"
|
glowColor="rgba(0,212,255,0.55)"
|
||||||
durationSec={120}
|
durationSec={144}
|
||||||
items={forum}
|
items={forum}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user