.dot-animated{animation:bounce 1.4s ease-in-out infinite both}.dot-animated:first-child{animation-delay:-.32s}.dot-animated:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}