Html
    Css
    Js

    
                        
 * {
	margin:0;
	padding:0;
}
img {
	border:0;
}
ol,ul,li {
	list-style:none;
}
body {
	background:#5e4674;
}
div {
	width:300px;
	height:300px;
	margin:150px auto;
	border-radius:50%;
	position:relative;
}
ul {
	width:300px;
	height:300px;
	position:absolute;
}
ul li {
	width:10px;
	height:10px;
	background:#aaa;
	position:absolute;
	border-radius:50%;
	transition:2s linear;
}

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

波纹动画

波纹式由内向外辐射波纹动画

0