.container1 > div, .container2 > div, .container3 > div {
-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
animation: bouncedelay 1.2s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
.spinner .spinner-container {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
-webkit-animation-delay: -1.1s;
-webkit-animation-delay: -1.0s;
-webkit-animation-delay: -0.9s;
-webkit-animation-delay: -0.8s;
-webkit-animation-delay: -0.7s;
-webkit-animation-delay: -0.6s;
-webkit-animation-delay: -0.5s;
-webkit-animation-delay: -0.4s;
-webkit-animation-delay: -0.3s;
-webkit-animation-delay: -0.2s;
-webkit-animation-delay: -0.1s;
@-webkit-keyframes bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
-webkit-transform: scale(0.0);
-webkit-transform: scale(1.0);
<div class="spinner-container container1">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div class="circle4"></div>
<div class="spinner-container container2">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div class="circle4"></div>
<div class="spinner-container container3">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
<div class="circle4"></div>
<script id="jsbin-source-css" type="text/css">.spinner {
.container1 > div, .container2 > div, .container3 > div {
-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
animation: bouncedelay 1.2s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
.spinner .spinner-container {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
-webkit-animation-delay: -1.1s;
-webkit-animation-delay: -1.0s;
-webkit-animation-delay: -0.9s;
-webkit-animation-delay: -0.8s;
-webkit-animation-delay: -0.7s;
-webkit-animation-delay: -0.6s;
-webkit-animation-delay: -0.5s;
-webkit-animation-delay: -0.4s;
-webkit-animation-delay: -0.3s;
-webkit-animation-delay: -0.2s;
-webkit-animation-delay: -0.1s;
@-webkit-keyframes bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
-webkit-transform: scale(0.0);
-webkit-transform: scale(1.0);