下面是具体的代码,还是比较简单的。

>웹 프론트엔드 >JS 튜토리얼 >스크린샷_javascript 기술을 사용한 JS 이미지 자동 회전 효과 구현 아이디어

스크린샷_javascript 기술을 사용한 JS 이미지 자동 회전 효과 구현 아이디어

WBOY
WBOY원래의
2016-05-16 16:50:481042검색

오늘은 메이데이가 다가오고 있어서 기분이 별로 좋지 않네요. 자, 시간이 늦었으니 더 이상 고민하지 말고 javaScript를 사용하여 구현한 자동 이미지 회전 효과를 먼저 살펴보겠습니다. 먼저 이미지를 살펴보겠습니다.
스크린샷_javascript 기술을 사용한 JS 이미지 자동 회전 효과 구현 아이디어
다음은 상대적으로 구체적인 코드입니다. 단순한.

코드 복사 코드는 다음과 같습니다.

.org/1999/xhtml">
< ;head>

탈출한 죄수<br><style type="text/css"> <br>.content{ <br>테두리:3px 빨간색 <br>너비:500px <br>높이 <br>위치:상대적; <br>} <br>.content img{ <br>border:0; <br><br>} <br>.content div{ <br>위치:절대; 인덱스:1000; <br>테두리:2px 솔리드 그린; <br>배경:#ccc; <br>} <br> .content .cur{배경:red;color:white;} //현재 표시된 이미지의 작은 사각형, 빨간색 배경 및 흰색 글꼴<br><script type="text/javascript"> <br>var arr=['images/1. jpg','images/2.jpg','images/3.jpg','images/4.gif','images/5.jpg']; <br>var i=0 <br>var ob, obk; <br>function lunhuan(){ <br><br>if(i>4){//숫자가 4보다 큰 경우 0부터 시작<br>i= 0; ob=document.getElementById("image1"); <br>ob.src=arr[i] <br>//div-0부터 div-4까지 모두 배경색이 회색으로 표시됩니다. <br>for(var j =0;j<=4;j ){ <br>document.getElementById("div-" j).style.BackgroundColor='#ccc' <BR>document.getElementById("div -" j).style. color='black'; <BR>obk=document.getElementById("div-" i) <BR>obk.style.BackgroundColor='red' <BR>obk .style.color='white '; <BR><BR>} <BR></head> <br><body onload="window.setInterval(lunhuan,1000 );"> ><div class="content"> <br><img id="image1" src="images/1.jpg"/> <br><div class=" cur" id="div- 0" style="top:215px;right:128px;">1</div> <br><div id="div-1" style="top:215px;right: 98px;">2< /div> <br><div id="div-2" style="top:215px;right:68px;">3</div> <br><div id= "div-3" style= "top:215px;right:38px;">4</div> <br><div id="div-4" style="top:215px;right:8px;">5</div> 🎜></div> <br><input type="button" value="test" onclick="lunhuan();"/> <br></body> <br><br> <br>과정을 간략하게 설명하자면: <br><br>1. 가장 바깥쪽 DIV를 먼저 정의합니다. <br><br>2. 그 다음 그림 DIV를 정의합니다. <br><br>3. 사진 오른쪽 하단에 있는 작은 사각형 DIV<br><br>는 타이머 기능을 사용하여 사진을 회전시키고 작은 사각형에도 해당 변화가 발생하도록 합니다. <br><br>알았어, 자.</div></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>성명:</span><div>본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.</div></div></div><div class="nphpSytBox"><span>이전 기사:<a class="dBlack" title="jquery xMarquee는 text_jquery의 수평 원활한 스크롤 효과를 달성합니다." href="https://m.php.cn/ko/faq/13220.html">jquery xMarquee는 text_jquery의 수평 원활한 스크롤 효과를 달성합니다.</a></span><span>다음 기사:<a class="dBlack" title="jquery xMarquee는 text_jquery의 수평 원활한 스크롤 효과를 달성합니다." href="https://m.php.cn/ko/faq/13222.html">jquery xMarquee는 text_jquery의 수평 원활한 스크롤 효과를 달성합니다.</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>관련 기사</h2><em><a href="https://m.php.cn/ko/article.html" class="bBlack"><i>더보기</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="https://m.php.cn/ko/faq/1609.html" title="Bootstrap 목록 그룹 구성 요소에 대한 심층 분석" class="aBlack">Bootstrap 목록 그룹 구성 요소에 대한 심층 분석</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/1640.html" title="JavaScript 함수 커링에 대한 자세한 설명" class="aBlack">JavaScript 함수 커링에 대한 자세한 설명</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/1949.html" title="JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)" class="aBlack">JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/2248.html" title="Angularjs는 WeChat UI(weui)를 통합합니다." class="aBlack">Angularjs는 WeChat UI(weui)를 통합합니다.</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/2351.html" title="JavaScript를 사용하여 중국어 번체와 중국어 간체 간을 빠르게 전환하는 방법과 중국어 간체와 중국어 번체 간 전환을 지원하는 웹사이트의 요령_javascript 기술" class="aBlack">JavaScript를 사용하여 중국어 번체와 중국어 간체 간을 빠르게 전환하는 방법과 중국어 간체와 중국어 번체 간 전환을 지원하는 웹사이트의 요령_javascript 기술</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!</p></div><div class="footermid"><a href="https://m.php.cn/ko/about/us.html">회사 소개</a><a href="https://m.php.cn/ko/about/disclaimer.html">부인 성명</a><a href="https://m.php.cn/ko/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body><!-- Matomo --><script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '9']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script><!-- End Matomo Code --></html>