In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces the relevant knowledge of "how to achieve subtitle scrolling in Javascript". The editor shows you the operation process through an actual case. The operation method is simple, fast and practical. I hope this article "how to achieve subtitle scrolling in Javascript" can help you solve the problem.
The method of Javascript to achieve subtitle scrolling: first create HTML and css files; then set the container to set a fixed width and set the excess part to hide; finally, create a js file and change the position through a timer.
This article operating environment: windows7 system, javascript1.8.5 version, Dell G3 computer.
How does Javascript achieve subtitle scrolling?
Use css and native js to achieve subtitle scrolling effect, seamless connection
Effect.
Principle
The container sets a fixed width, hides the excess part, scrolls the part absolutely and changes the position through the timer.
Realize
Html part
Here is the realistic scrolling content.
Css part
White-space {width: 400px; height: 23px; white-space: nowrap; overflow: hidden; margin-left: 40px; position: relative;} .scroll > span {position: absolute;}
Js part
/ / the subtitle scrolling variable var scrollTime = nullvar LEN = 400 / / the length of a full scroll bar var x = 0) / start the scroll timer function roll () {console.log ('start') var tag1 = document.querySelector ('.startup > span') var tag2 = tag1.nextSibling var fun = function () {tag1.style.left = x +' px' tag2.style.left = (x + LEN) + 'px' x = x-5 if ((x + LEN) = = 0) {x = 0}} if (scrollTime) {clearInterval (scrollTime)} scrollTime = setInterval (fun) Bind mouse event function bindMouseEvent () {var el = document.querySelector ('.mouse > span') var el2 = el.cloneNode (true) LEN = el.clientWidth + 100 / / dynamically modify the length of the scroll bar Avoid too much text overlap el2.style.left = (x + LEN) + 'px' el.parentElement.appendChild (el2) el.addEventListener (' mouseenter', function (e) {clearInterval (scrollTime)}) el.addEventListener ('mouseleave', function (e) {roll ()})} on "how to achieve subtitle scrolling" is introduced here, thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.