Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

unlike the <blink> tag where younger people will just stare at you in a creepy extended unblinking gaze. it would be so much more satisfying if it still made them blink.


I absolutely need to write a polyfill for that.


   blink {
     animation: 1s ease infinite blink_effect;
   }

   @keyframes blink_effect {
     0% {
       opacity: 0;
     }
     50% {
       opacity: 1;
     }
     100% {
       opacity: 0;
     }
   }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: