Is it possible to change the speed of HTML's tag?
前端 未结 12 1105
不知归路
不知归路 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:26

    To increase scroll speed of text use attribute

    scrollamount
    OR
    scrolldelay
    

    in the 'marquee' tag. place any integer value which represent how fast you need your text to move

提交回复
热议问题