| textList |
string[] |
[] |
Y |
Array of announcement contents. |
| leftIcon |
null|Icon |
{} |
N |
Left content. |
| rightIcon |
'close'|'arrow'|null |
'close' |
N |
Right content. |
| fontSize |
'xs'\|'sm'\|'base'\|'lg' |
'sm' |
N |
Font size of the announcement. |
| space |
number |
100 |
N |
Space between announcements in px. |
| speed |
number |
30 |
N |
Horizontal scrolling speed in px/s. |
| vertical |
boolean |
false |
N |
Whether to scroll vertically. |
| duration |
100|300|500|700|1000 |
500 |
N |
Vertical scrolling transition duration in ms. |
| interval |
number |
4 |
N |
Vertical scrolling interval time in seconds. |
| injClass |
string |
'' |
N |
Injected CSS class name. |