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

    There isn't specifically an attribute to control that. Marquee isn't a highly reliable tag anyways. You may want to consider using jQuery and the .animate() function. If you are interested in pursuing that avenue and need code for it, just let me know.

提交回复
热议问题