.blinking { animation: 1s blink step-end infinite; } @keyframes "blink" { from, to { visibility:hidden; } 50% { visibility:visible; } }