Marquee标签在浏览器中闪烁

时间:2017-08-15 14:23:28

标签: html css marquee

我的网页底部有一个自动收报机,在我打开浏览器自动收报机后平稳且缓慢地运行但在一段时间之后它将开始闪烁几次并平稳运行几秒钟并做同样的事情。任何帮助将不胜感激。

  <marquee behavior="scroll" direction="left"
             style="font-size: 85px; font-family: 'Work Sans', sans-
   serif;text-transform: capitalize; margin-top: 30px;"
             onmouseover="this.stop();"
             onmouseout="this.start();">
        <div class="ticker__item__title">
            {% for key, value in collector.items %}
                {{ key }}  ${{ value|intcomma }}
            {% endfor %}
        </div>
    </marquee>

0 个答案:

没有答案