오늘 인터넷에서 소용돌이치는 스크롤 효과를 발견해서 모두와 공유했습니다. 먼저 렌더링: html 코드: 코드 복사 코드는 다음과 같습니다. > jquery-roundabout <br>*{padding:0;margin:0;} <br>본문 글꼴:24px 타호마 ;} <br>ul{list-style:none;margin:100px auto 0;width:500px;height:200px;} <br>li{line-height:200px;height:200px;width:300px ;배경:# ccc;text-align:center;cursor:pointer;} <br>li.roundabout-in-focus{cursor:default;} <br> 🎜> 블록 1 li>블록 3 블록 4 < ;/html> < /script> <br><script type="text/javascript" src="js/jquery.roundabout.min.js">$(function(){ <br>$('.roundabout').roundabout(); <br>}); <br> 로터리 정보 .js 코드는 공식 홈페이지에서 다운로드할 수 있는데 너무 길기 때문에 여기에는 쓰지 않겠습니다. 공식 홈페이지 주소를 클릭하세요.