onehundredsixtynine@sh.itjust.works to Today I Learned@lemmy.worldEnglish · edit-21 day agoTIL that there's a CSS reincarnation of the blink HTML tagdrafts.csswg.orgexternal-linkmessage-square14fedilinkarrow-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-21 day agomessage-square14fedilinkfile-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·1 day agoYou can make stuff blink by using a CSS animation, and then setting your keyframes appropriately. You’re Welcome!
minus-squareFishFace@piefed.sociallinkfedilinkEnglisharrow-up3·1 day 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