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

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: