line-scale-random.css 1.1 KB

1
  1. @-webkit-keyframes line-scale-party{0%{transform:scale(1)}50%{transform:scale(.5)}to{transform:scale(1)}}@keyframes line-scale-party{0%{transform:scale(1)}50%{transform:scale(.5)}to{transform:scale(1)}}.line-scale-party>div:first-child{-webkit-animation-delay:.27s;animation-delay:.27s;-webkit-animation-duration:.35s;animation-duration:.35s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:.29s;animation-delay:.29s;-webkit-animation-duration:.71s;animation-duration:.71s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:.12s;animation-delay:.12s;-webkit-animation-duration:.85s;animation-duration:.85s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.18s;animation-delay:.18s;-webkit-animation-duration:.58s;animation-duration:.58s}.line-scale-party>div{background-color:#b8c2cc;width:4px;height:3.45rem;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}