CSS3 Wifi Animation
CSS3 wifi animation by some guest.
<div id="circle">
<div id="circle">
<div class="circle one">
<div class="circle two">
<div class="circle three">
<div class="circle four">
<div class="circle five">
<div class="circle six">
<div class="circle seven">
<div class="circle eight">
<div class="circle nine">
<div class="circle ten">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
body{
body{
background: url(http://fr4phcore.tk/proyecto/imagenes/fondo.jpg);
}
#circle {
position:absolute;
left:0;
right:0;
margin:60px auto;
width:320px;
}
.circle {
padding:8px;
border: 8px solid transparent;
border-radius:400px;
animation: left 2s linear infinite;
animation: left 2s linear infinite;
animation: left 2s linear infinite;
animation: left 2s linear infinite;
}
.one {width:288px;
height:288px;
animation-delay:1s;
}
.two {animation-delay:.9s;
animation-delay:.9s;
animation-delay:.9s;
animation-delay:.9s;}
.three {animation-delay:.8s;
animation-delay:.8s;
animation-delay:.8s;
animation-delay:.8s;}
.four {animation-delay:.7s;
animation-delay:.7s;
animation-delay:.7s;
animation-delay:.7s;}
.five {animation-delay:.6s;
animation-delay:.6s;
animation-delay:.6s;
animation-delay:.6s;}
.six {animation-delay:.5s;
animation-delay:.5s;
animation-delay:.5s;
animation-delay:.5s;}
.seven {animation-delay:.4s;
animation-delay:.4s;
animation-delay:.4s;
animation-delay:.4s;}
.eight {animation-delay:.3s;
animation-delay:.3s;
animation-delay:.3s;
animation-delay:.3s;}
.nine {animation-delay:.2s;
animation-delay:.2s;
animation-delay:.2s;
animation-delay:.2s;}
.ten {animation-delay:.1s;
animation-delay:.1s;
animation-delay:.1s;
animation-delay:.1s;}
@-webkit-keyframes left{
0% { border-top: 8px solid rgba(0,0,0,0.1);}
100% {border-top: 8px solid #00b7f2;}
}
@-moz-keyframes left{
0% { border-top: 8px solid rgba(0,0,0,0.1);}
100% {border-top: 8px solid #00b7f2;}
}
@-o-keyframes left{
0% { border-top: 8px solid rgba(0,0,0,0.1);}
100% {border-top: 8px solid #00b7f2;}
}
@keyframes left{
0% { border-top: 8px solid rgba(0,0,0,0.1);}
100% {border-top: 8px solid #00b7f2;}
}