setTimeout(function() {
var widget = _g().getWidgetByName('report0');
widget.startMarquee(); // 开始滚动
// 假设速度属性名为scrollSpeed
widget.scrollSpeed = 5000; // 设置滚动速度为1000毫秒
}, 500);
跑马灯接口 https://help.fanruan.com/finereport/doc-view-4299.html