Demo 示例中VHPlayerWaterMark展示了跑马灯的使用方法。可进行参考实现
//跑马灯 判断是否开启了跑马灯。如果开启则加载
if (this.playerConfig?.marquee?.scrolling_open) {
VHMarqueeViews({ playerConfig: this.playerConfig, webinarInfo: this.webinars! })
.width('100%')
.height('100%')
.zIndex(playerZIndex.indexOf(MARQUEE))
}