跳到主要内容

滚动字幕

滚动字幕能达到不错的视角效果,Redash中文版支持完整的Markdown,借助Html5 的marquee即可实现滚动字幕效果。原理如下:

简单:

<marquee><span style="font-weight: bolder;font-size: 40px;">Welcom Redash中文版!</span></marquee>

复杂:
<marquee behavior="scroll" direction="up">
<ul>
<li>hello,Redash中文版!</li>
<li>hello,dazdata.com!</li>
<li>hello,开源!</li>
<li>hello,World!</li>
</ul></marquee>

同样,也可以使用取数函数取后台任意结果集的数据填充内容。