Infinite Marquee

Infinite marquee FAQ with looping scroll.

faqmarqueeinfinitescroll

Props

Customize the component with these props

PropertyTypeDefaultDescription
faqs
Array<{id: number, q: string, a: string}>[]Array of FAQ items with id, question (q) and answer (a).
backgroundColor
string#FFFF00Background color (hex, rgb, or hsl).
cardBgColor
string#000000Card background color.
cardTextColor
string#ffffffCard text color.
cardBorderColor
string#000000Card border color.
hoverCardBgColor
string#ffffffCard background color on hover.
hoverCardTextColor
string#000000Card text color on hover.
questionColor
string#ffffffQuestion text color.
answerColor
string#ffffffAnswer text color.
speed1
number20Animation speed for first row (seconds).
speed2
number25Animation speed for second row (seconds).
speed3
number30Animation speed for third row (seconds).
Infinite Marquee - Content Blocks Component | UILora