span .anime{
  animation: pipe 1s infinite ease-out;
}

@keyframes pipe {
  from{opacity: 1;}
  to {opacity: 0;}
}