Home > Web Front-end > JS Tutorial > body text

jquery implements image switching effect of LED billboard rotation system

高洛峰
Release: 2017-02-04 09:26:38
Original
1172 people have browsed it

The example of this article describes the jquery implementation of the image switching effect of the LED billboard rotation system, and shares it with everyone for your reference. The details are as follows:
js simulates the advertising switching effect on the huge display screen on the roadside. I have to believe that js can do it, and it has a realistic effect that leaves you speechless.
The picture switching effect on the LED advertising display is similar to the scene. The effect is so shocking that I was stunned. If you love special effects, don’t miss it!
Operation rendering:

jquery implements image switching effect of LED billboard rotation system

Tips: If the browser cannot run normally, you can try switching the browsing mode.
The jquery implementation of the LED billboard rotation system image switching effect code shared with you is as follows

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jquery implements image switching effect of LED billboard rotation system</title>
<link rel="stylesheet" href="css/lanrenzhijia.css" type="text/css" />
</head>
<body>
 <div class="palmtrees"></div>
  <div class="powerline"></div>
  <div class="city"></div>
  <div class="container">
   <div class="ad">
    <div id="ad_1" class="ad_1">
     <img  class="slice_1" src="ads/ad1_slice01.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_2" src="ads/ad1_slice02.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_3" src="ads/ad1_slice03.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_4" src="ads/ad1_slice04.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_5" src="ads/ad1_slice05.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_6" src="ads/ad1_slice06.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_7" src="ads/ad1_slice07.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_8" src="ads/ad1_slice08.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_9" src="ads/ad1_slice09.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_10" src="ads/ad1_slice10.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_11" src="ads/ad1_slice11.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_12" src="ads/ad1_slice12.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_13" src="ads/ad1_slice13.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_14" src="ads/ad1_slice14.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_15" src="ads/ad1_slice15.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_16" src="ads/ad1_slice16.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_17" src="ads/ad1_slice17.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_18" src="ads/ad1_slice18.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_19" src="ads/ad1_slice19.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_20" src="ads/ad1_slice20.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_21" src="ads/ad1_slice21.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_22" src="ads/ad1_slice22.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
    </div>
    <div id="ad_2" class="ad_2">
     <img  class="slice_1" src="ads/ad2_slice01.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_2" src="ads/ad2_slice02.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_3" src="ads/ad2_slice03.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_4" src="ads/ad2_slice04.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_5" src="ads/ad2_slice05.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_6" src="ads/ad2_slice06.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_7" src="ads/ad2_slice07.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_8" src="ads/ad2_slice08.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_9" src="ads/ad2_slice09.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_10" src="ads/ad2_slice10.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_11" src="ads/ad2_slice11.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_12" src="ads/ad2_slice12.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_13" src="ads/ad2_slice13.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_14" src="ads/ad2_slice14.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_15" src="ads/ad2_slice15.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_16" src="ads/ad2_slice16.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_17" src="ads/ad2_slice17.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_18" src="ads/ad2_slice18.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_19" src="ads/ad2_slice19.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_20" src="ads/ad2_slice20.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_21" src="ads/ad2_slice21.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
     <img  class="slice_22" src="ads/ad2_slice22.jpg"/ alt="jquery implements image switching effect of LED billboard rotation system" >
    </div>
   </div>
  </div>
  <div class="billboard"></div>
  <script src="js/jquery-1.3.2.js" type="text/javascript"></script>
  <script>
$(function() {   
 $(&#39;#ad_1 > img&#39;).each(function(i,e){
  rotate($(this),500,3000,i);
 });
 function rotate(elem1,speed,timeout,i){
  elem1.animate({&#39;marginLeft&#39;:&#39;18px&#39;,&#39;width&#39;:&#39;0px&#39;},speed,function(){
   var other;
   if(elem1.parent().attr(&#39;id&#39;) == &#39;ad_1&#39;)
    other = $(&#39;#ad_2&#39;).children(&#39;img&#39;).eq(i);
   else
    other = $(&#39;#ad_1&#39;).children(&#39;img&#39;).eq(i);
    other.animate({&#39;marginLeft&#39;:&#39;0px&#39;,&#39;width&#39;:&#39;35px&#39;},speed,function(){
    var f = function() { rotate(other,speed,timeout,i) };
    setTimeout(f,timeout);
   });
  });
 }
});
  </script>
</body>
</html>
Copy after login

The above is the jquery implementation LED billboard rotation system image switching effect code shared with you, I hope you can like it.

For more jquery-related articles on realizing the image switching effect of the LED billboard rotation system, please pay attention to the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!