@keyframes honeycomb{0%,20%,80%,to{opacity:0;transform:scale(0)}30%,70%{opacity:1;transform:scale(1)}}.honeycomb{width:24px;height:24px;position:relative}.honeycomb div{clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);background:#fc0;width:20px;height:18px;margin-top:3px;animation:2.1s infinite backwards honeycomb;position:absolute}.honeycomb div:first-child{animation-delay:0s;top:0;left:-28px}.honeycomb div:nth-child(2){animation-delay:.1s;top:22px;left:-14px}.honeycomb div:nth-child(3){animation-delay:.2s;top:22px;left:14px}.honeycomb div:nth-child(4){animation-delay:.3s;top:0;left:28px}.honeycomb div:nth-child(5){animation-delay:.4s;top:-22px;left:14px}.honeycomb div:nth-child(6){animation-delay:.5s;top:-22px;left:-14px}.honeycomb div:nth-child(7){animation-delay:.6s;top:0;left:0}
