.bouncing-dot{animation:wave 1.3s linear infinite}.bouncing-dot:nth-child(2){animation-delay:-1.1s}.bouncing-dot:nth-child(3){animation-delay:-.9s}@keyframes wave{0%,60%,to{transform:none}30%{transform:translateY(-5px)}}