<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 "/>
<TITLE>CSS3 Ring Loading animation </title>
<style>
#bowlG {
position:relative;
width:128px;
height:128px;
}
#bowl_ringG {
Position:absolute;
width:128px;
height:128px;
border:11px solid #000000;
-moz-border-radius:128px;
-webkit-border-radius:128px;
border-radius:128px;
}
. ball_holderg{
Position:absolute;
width:34px;
height:128px;
left:47px;
top:0px;
-webkit-animation-name:ball_moveg;
-webkit-animation-duration:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
-moz-animation-name:ball_moveg;
-moz-animation-duration:2s;
-moz-animation-iteration-count:infinite;
-moz-animation-timing-function:linear;
-o-animation-name:ball_moveg;
-o-animation-duration:2s;
-o-animation-iteration-count:infinite;
-o-animation-timing-function:linear;
-ms-animation-name:ball_moveg;
-ms-animation-duration:2s;
-ms-animation-iteration-count:infinite;
-ms-animation-timing-function:linear;
}
. ballg{
Position:absolute;
left:0px;
top:-30px;
width:51px;
height:51px;
Background: #FFFFFF;
-moz-border-radius:43px;
-webkit-border-radius:43px;
border-radius:43px;
}
@-webkit-keyframes ball_moveg{
0%{
-webkit-transform:rotate (0DEG)}
100%{
-webkit-transform:rotate (360DEG)}
}
@-moz-keyframes ball_moveg{
0%{
-moz-transform:rotate (0DEG)}
100%{
-moz-transform:rotate (360DEG)}
}
@-o-keyframes ball_moveg{
0%{
-o-transform:rotate (0DEG)}
100%{
-o-transform:rotate (360DEG)}
}
@-ms-keyframes ball_moveg{
0%{
-ms-transform:rotate (0DEG)}
100%{
-ms-transform:rotate (360DEG)}
}
</style>
<body>
<div>http://www.999jiujiu.com/</div>
<div id= "BOWLG" >
<div id= "Bowl_ringg" >
<div class= "Ball_holderg" >
<div class= "Ballg" ></div>
</div>
</div>
</div>
</body>
Ring with notch CSS3 loading animation