.blinker {
  animation: blinker 0.15s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}