onehundredsixtynine@sh.itjust.works to Today I Learned@lemmy.worldEnglish · edit-22 days agoTIL that there's a CSS reincarnation of the blink HTML tagdrafts.csswg.orgexternal-linkmessage-square14linkfedilinkarrow-up156arrow-down11file-text
arrow-up155arrow-down1external-linkTIL that there's a CSS reincarnation of the blink HTML tagdrafts.csswg.orgonehundredsixtynine@sh.itjust.works to Today I Learned@lemmy.worldEnglish · edit-22 days agomessage-square14linkfedilinkfile-text
That is, text-decoration-line:blink. And it doesn’t work in any big browser except Opera and Safari.[1] https://caniuse.com/mdn-css_properties_text-decoration-line_blink
minus-squareDem Bosain@midwest.sociallinkfedilinkEnglisharrow-up12·2 days agoYou can make stuff blink by using a CSS animation, and then setting your keyframes appropriately. You’re Welcome!
minus-squareFishFace@piefed.sociallinkfedilinkEnglisharrow-up3·2 days agoExample here: https://stackoverflow.com/a/16012979
You can make stuff blink by using a CSS animation, and then setting your keyframes appropriately.
You’re Welcome!
Example here: https://stackoverflow.com/a/16012979