<div class="cp_loading13">
<div class="cp_item"></div>
<div class="cp_item"></div>
<div class="cp_item"></div>
<div class="cp_item"></div>
<div class="cp_item"></div>
<div class="cp_item"></div>
<div class="cp_item"></div>
<div class="cp_item"></div>
</div>
.cp_loading13 {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.cp_loading13 .cp_item {
display: inline-block;
width: 10px;
height: 10px;
-webkit-transform: translateX(-400px);
transform: translateX(-400px);
-webkit-animation: loading13 6s infinite;
animation: loading13 6s infinite;
opacity: 0;
border-radius: 50%;
}
.cp_loading13 .cp_item:nth-child(1) {
-webkit-animation-delay: .8s;
animation-delay: .8s;
background: #EC407A;
}
.cp_loading13 .cp_item:nth-child(2) {
-webkit-animation-delay: .7s;
animation-delay: .7s;
background: #AB47BC;
}
.cp_loading13 .cp_item:nth-child(3) {
-webkit-animation-delay: .6s;
animation-delay: .6s;
background: #7E57C2;
}
.cp_loading13 .cp_item:nth-child(4) {
-webkit-animation-delay: .5s;
animation-delay: .5s;
background: #5C6BC0;
}
.cp_loading13 .cp_item:nth-child(5) {
-webkit-animation-delay: .4s;
animation-delay: .4s;
background: #42A5F5;
}
.cp_loading13 .cp_item:nth-child(6) {
-webkit-animation-delay: .3s;
animation-delay: .3s;
background: #29B6F6;
}
.cp_loading13 .cp_item:nth-child(7) {
-webkit-animation-delay: .2s;
animation-delay: .2s;
background: #26C6DA;
}
.cp_loading13 .cp_item:nth-child(8) {
-webkit-animation-delay: .1s;
animation-delay: .1s;
background: #26A69A;
}
@keyframes loading13 {
40% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 0.8;
}
100% {
-webkit-transform: translateX(400px);
transform: translateX(400px);
opacity: 0;
}
}