Hacker News new | past | comments | ask | show | jobs | submit login

It means if you use it then it’ll work fine but younger people will frown at you.





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;
     }
   }



Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: