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

    we can control the scrolling speed by using the scrollamount attribute,

    Example:

    scrolling fast
    scrolling slow
    

    note:if you specify the minimum number, the scrolling speed will be reduce vice versa

提交回复
热议问题