Content Blocks
Infinite Marquee
Infinite marquee FAQ with looping scroll.
faqmarqueeinfinitescroll
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
faqs | Array<{id: number, q: string, a: string}> | [] | Array of FAQ items with id, question (q) and answer (a). |
backgroundColor | string | #FFFF00 | Background color (hex, rgb, or hsl). |
cardBgColor | string | #000000 | Card background color. |
cardTextColor | string | #ffffff | Card text color. |
cardBorderColor | string | #000000 | Card border color. |
hoverCardBgColor | string | #ffffff | Card background color on hover. |
hoverCardTextColor | string | #000000 | Card text color on hover. |
questionColor | string | #ffffff | Question text color. |
answerColor | string | #ffffff | Answer text color. |
speed1 | number | 20 | Animation speed for first row (seconds). |
speed2 | number | 25 | Animation speed for second row (seconds). |
speed3 | number | 30 | Animation speed for third row (seconds). |