html - Marquee tag blink in browser -


i have ticker @ bottom of web page , after open browser ticker run smooth , after time start blinking couple of time , run smoothly few seconds , same thing agin. appreciated.

  <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">             {% key, value in collector.items %}                 {{ key }}  ${{ value|intcomma }}             {% endfor %}         </div>     </marquee> 


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -