@keyframes pulse{0%{opacity:0}50%{opacity:1}to{opacity:0}}.finger{animation:pulse 3s infinite;opacity:0}.finger:nth-child(2){animation-delay:.37s}.finger:nth-child(3){animation-delay:.75s}.finger:nth-child(4){animation-delay:1.1s}