.loader{width:60px;height:30px;text-align:center;font-size:10px}.loader>div{height:100%;width:5px;display:inline-block;float:left;margin-left:2px;animation:delay .8s ease-in-out infinite;background-color:#8a50fc}.loader .bar2{animation-delay:-.7s}.loader .bar3{animation-delay:-.6s}.loader .bar4{animation-delay:-.5s}.loader .bar5{animation-delay:-.4s}.loader .bar6{animation-delay:-.3s}@keyframes delay{0%,40%,to{transform:scaleY(.05);-webkit-transform:scaleY(.05)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}