JavaScript native code to implement slideshow
In our previous article, we introduced to you an example of how to implement a slideshow in JavaScript. Everyone knows this in detail. Today we will continue to introduce to you how to Use JavaScriptnative code to implement slideshow examples.
The effect is as follows:
##The code is as follows:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style type = "text/css"> *{ padding: 0; margin: 0; } li { list-style: none; } .box { width: 800px; height: 450px; margin: 50px auto; position: relative; overflow:hidden; } .box span { width: 40px; height: 60px; display: block; position: absolute; top: 225px; margin-top: -20px; cursor: pointer; z-index: 1; } .box #left { width: 76px; height: 112px; background: url('http://www.w2bc.com/upload/201609/20/jiaoben4524/images/buttons.png') no-repeat left 0; left: 0; margin-top: -66px; display: none; } .box #right { width: 76px; height: 112px; background: url('http://www.w2bc.com/upload/201609/20/jiaoben4524/images/buttons.png') no-repeat right 0; right: 0; margin-top: -66px; display: none; } .box #txt { width: 100%; height: 30px; background-color: #000; opacity: 0.4; position: absolute; bottom: 0; color: #fff; line-height: 30px; text-align: center; } #ad { width: 4000px; height: 450px; position: absolute; left: -1600px; } #ad li { float: left; } .box #left:hover { background: url('http://www.w2bc.com/upload/201609/20/jiaoben4524/images/buttons.png') no-repeat left -112px; } .box #right:hover { background: url('http://www.w2bc.com/upload/201609/20/jiaoben4524/images/buttons.png') no-repeat right -112px; } </style> <script type = "text/javascript"> window.onload = function(){ function $(id){ return document.getElementById(id);} var aLi = $("ad").children; function animate(obj,target,arrt){ //关闭上一个定时器 clearInterval(obj.timer); $("txt").innerHTML = obj.children[0].children[0].alt; //管理定时器 obj.timer = setInterval(function(){ //移动步长 var step = (target - obj.offsetLeft) / 10; //步长取整 step = step > 0? Math.ceil(step):Math.floor(step); //移动盒子 : 盒子位置 + 步长 obj.style.left = obj.offsetLeft + step+ "px"; //关闭定时器 if(obj.offsetLeft%800 ==0){ clearInterval(obj.timer); //判断点击的方向 if(arrt === "left"){ var oLi = $("ad").children[aLi.length - 1].cloneNode(true); //添加到最前面 obj.insertBefore(oLi,obj.children[0]); //删除最后一个盒子 obj.removeChild(obj.children[aLi.length - 1]); //让ul恢复初始值 obj.style.left = "-1600px"; }else{ //克隆第一个盒子 var oLi = obj.children[0].cloneNode(true); //添加到最后面 obj.appendChild(oLi); //删除第一个盒子 obj.removeChild(obj.children[0]); //让ul恢复初始值 obj.style.left = "-1600px"; } } },20); } var timer = setInterval(autoplay,2000); function autoplay(){ animate($("ad"),-2400,"right"); } $("ad").parentNode.onmouseover = function(){ clearInterval(timer); $("left").style.display = "block"; $("right").style.display = "block"; } $("ad").parentNode.onmouseout = function(){ $("left").style.display = "none"; $("right").style.display = "none"; timer = setInterval(autoplay,2000); } $("left").onclick = function(){ clearInterval(timer); animate($("ad"),-800,"left"); } $("right").onclick = function(){ clearInterval(timer); animate($("ad"),-2400,"right"); } } </script> </head> <body> <p> <ul id="ad"> <li><img src="http://www.w2bc.com/upload/201609/20/jiaoben4524/images/4.jpg" alt="闲静似娇花照水,行动如弱柳扶风。"></li> <li><img src="http://www.w2bc.com/upload/201609/20/jiaoben4524/images/5.jpg" alt="心较比干多一窍,病如西子胜三分。"></li> <li><img src="http://www.w2bc.com/upload/201609/20/jiaoben4524/images/1.jpg" alt="两弯似蹙非蹙笼烟眉,一双似喜非喜含情目。"></li> <li><img src="http://www.w2bc.com/upload/201609/20/jiaoben4524/images/2.jpg" alt="态生两靥之愁,娇袭一身之病。"></li> <li><img src="http://www.w2bc.com/upload/201609/20/jiaoben4524/images/3.jpg" alt="泪光点点,娇喘微微。"></li> </ul> <p id="txt">泪光点点,娇喘微微</p> <span id="left"></span> <span id="right"></span> </p> </body> </html>
Summary:
This article is very simple JavaScript native code to implement the code for slides. Friends can read and study carefully. When you need it for your work, You can use it as a reference, it will have the effect of attracting new ideas!Related recommendations:
JS implementation method of Taobao slideshow effect
php+javascript slideshow generation code
The above is the detailed content of JavaScript native code to implement slideshow. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How to use WebSocket and JavaScript to implement an online speech recognition system Introduction: With the continuous development of technology, speech recognition technology has become an important part of the field of artificial intelligence. The online speech recognition system based on WebSocket and JavaScript has the characteristics of low latency, real-time and cross-platform, and has become a widely used solution. This article will introduce how to use WebSocket and JavaScript to implement an online speech recognition system.

1. Open the PPT slide document, and in the [Outline, Slide] column on the left side of the PPT, click to select the slide where you want to insert the basic [shape]. 2. After selecting, select the [Insert] menu in the function menu bar above the PPT and click. 3. After clicking the [Insert] menu, the [Insert] submenu bar pops up below the function menu bar. Select the [Shape] menu in the [Insert] submenu bar. 4. Click the [Shape] menu to pop up the preset shape type selection page. 5. In the shape type selection page, select the [Heptagon] shape and click. 6. After clicking, move the mouse to the slide editing interface, press the mouse to draw, and release the mouse after the drawing is completed. Complete the insertion of the [heptagon] shape.

Face detection and recognition technology is already a relatively mature and widely used technology. Currently, the most widely used Internet application language is JS. Implementing face detection and recognition on the Web front-end has advantages and disadvantages compared to back-end face recognition. Advantages include reducing network interaction and real-time recognition, which greatly shortens user waiting time and improves user experience; disadvantages include: being limited by model size, the accuracy is also limited. How to use js to implement face detection on the web? In order to implement face recognition on the Web, you need to be familiar with related programming languages and technologies, such as JavaScript, HTML, CSS, WebRTC, etc. At the same time, you also need to master relevant computer vision and artificial intelligence technologies. It is worth noting that due to the design of the Web side

WebSocket and JavaScript: Key technologies for realizing real-time monitoring systems Introduction: With the rapid development of Internet technology, real-time monitoring systems have been widely used in various fields. One of the key technologies to achieve real-time monitoring is the combination of WebSocket and JavaScript. This article will introduce the application of WebSocket and JavaScript in real-time monitoring systems, give code examples, and explain their implementation principles in detail. 1. WebSocket technology

Essential tools for stock analysis: Learn the steps to draw candle charts in PHP and JS. Specific code examples are required. With the rapid development of the Internet and technology, stock trading has become one of the important ways for many investors. Stock analysis is an important part of investor decision-making, and candle charts are widely used in technical analysis. Learning how to draw candle charts using PHP and JS will provide investors with more intuitive information to help them make better decisions. A candlestick chart is a technical chart that displays stock prices in the form of candlesticks. It shows the stock price

Introduction to how to use JavaScript and WebSocket to implement a real-time online ordering system: With the popularity of the Internet and the advancement of technology, more and more restaurants have begun to provide online ordering services. In order to implement a real-time online ordering system, we can use JavaScript and WebSocket technology. WebSocket is a full-duplex communication protocol based on the TCP protocol, which can realize real-time two-way communication between the client and the server. In the real-time online ordering system, when the user selects dishes and places an order

1. The color scheme is naturally related to design, so we click on the design toolbar and on the right side, you can see the color options. Point the mouse up, and you can see that the current theme color is: Default design template 1. 2. Click on this option, and the first one is the current color design. To change that, we're going to go down below the panel: New Theme Colors. 3. Click in, and in the column of colors that appear, you can see that there are three accent text colors, all of which are light and almost impossible to display on a light background. Among them is the text color in this example. 4. Click the drop-down arrow on the right side of the color to display the color selection panel. In order not to destroy the overall color matching, choose a dark color in the primary color system to replace the primary color. Replace the other two colors in the same way. 5. Compare the changed color with the original color. On the left is

JavaScript and WebSocket: Building an efficient real-time weather forecast system Introduction: Today, the accuracy of weather forecasts is of great significance to daily life and decision-making. As technology develops, we can provide more accurate and reliable weather forecasts by obtaining weather data in real time. In this article, we will learn how to use JavaScript and WebSocket technology to build an efficient real-time weather forecast system. This article will demonstrate the implementation process through specific code examples. We
