Html
    Css
    Js

    
                        
html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.scroll_animate {
	background:burlywood;
	overflow:hidden;
}
.animate_item {
	height:40px;
	border-bottom:1px solid red;
	background:burlywood;
	transition:all .5s;
	box-sizing:border-box;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:2.1.4
 立即下载

jQuery大屏列表滚动代码

更新时间:2020-10-12 01:12:52

很简单 看看就知道了

0