vue2 無限滾動圖片加文字

以前一直在找組件完成。實驗屢次未找到。最後用<marquee>標籤解決:上代碼oop

<marquee direction="left" behavior="scroll" scrollamount="5" scrolldelay="0" loop="-1" width="1000" height="130" hspace="10" vspace="10" onMouseOut="this.start()" onMouseOver="this.stop()">
  <a href="" style="margin-left: 2%;float: left"><img src="../../static/images/Koala.jpg"  width="120" height="100" border="0"><div>test1</div></a>
  <a href="" style="margin-left: 2%;float: left"><img src="../../static/images/Lighthouse.jpg"  width="120" height="100" border="0"><div>test2</div></a>
</marquee>

效果:this

相關文章
相關標籤/搜索