.loader :first-child{animation-delay:.2s}.loader :nth-child(2){animation-delay:.4s}.loader :nth-child(3){animation-delay:.6s}@keyframes loader{0%{translate:0;scale:1}to{translate:10px;scale:0}}
