@keyframes scale{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}.dot{animation:scale .6s infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}