Home > Article > Web Front-end > jquery implements image switching effect of LED billboard rotation system
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:
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() { $('#ad_1 > img').each(function(i,e){ rotate($(this),500,3000,i); }); function rotate(elem1,speed,timeout,i){ elem1.animate({'marginLeft':'18px','width':'0px'},speed,function(){ var other; if(elem1.parent().attr('id') == 'ad_1') other = $('#ad_2').children('img').eq(i); else other = $('#ad_1').children('img').eq(i); other.animate({'marginLeft':'0px','width':'35px'},speed,function(){ var f = function() { rotate(other,speed,timeout,i) }; setTimeout(f,timeout); }); }); } }); </script> </body> </html>
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!