ball-grid-pulse.css 1.9 KB

1
  1. @-webkit-keyframes ball-grid-pulse{0%{transform:scale(1)}50%{transform:scale(.5);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{transform:scale(1)}50%{transform:scale(.5);opacity:.7}to{transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div:first-child{-webkit-animation-delay:.8s;animation-delay:.8s;-webkit-animation-duration:.96s;animation-duration:.96s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.55s;animation-delay:.55s;-webkit-animation-duration:.87s;animation-duration:.87s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-duration:1.01s;animation-duration:1.01s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:.28s;animation-delay:.28s;-webkit-animation-duration:1.06s;animation-duration:1.06s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:1.44s;animation-duration:1.44s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:-.13s;animation-delay:-.13s;-webkit-animation-duration:.87s;animation-duration:.87s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:-.13s;animation-delay:-.13s;-webkit-animation-duration:1.55s;animation-duration:1.55s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.23s;animation-delay:.23s;-webkit-animation-duration:1.4s;animation-duration:1.4s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.78s;animation-delay:.78s;-webkit-animation-duration:1.08s;animation-duration:1.08s}.ball-grid-pulse>div{background-color:#b8c2cc;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}