#blinky { animation: hide 750ms infinite; } @keyframes hide { 0% { opacity: 1.0;} 50% { opacity: 0.0;} } #avatar { filter: url(#pixelate); width: 200px; height: 200px; }