Is it possible to change the speed of HTML's tag?
前端 未结 12 1530
不知归路
不知归路 2021-02-01 14:04

When one marquee leaves the screen then after a short time gap it enters from another side. Is there any way to reduce this time?

12条回答
  •  感动是毒
    2021-02-01 14:38

    You can change the speed of marquee tag using scrollamount attribute.

    It accepts integer values 6 being the default speed, so any value lower then 6 will slow down the marquee effect.

    Example :

    Scrolling text
    

    Read more : http://code2care.org/pages/marquee-tag-scrollamount/

    http://www.htmlcodetutorial.com/_MARQUEE_SCROLLAMOUNT.html

    P.S : Avoid using marquee!

提交回复
热议问题