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-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-22 days 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-squaredfyx@lemmy.helios42.delinkfedilinkEnglisharrow-up6·2 days agoIf you really need an implementation that works in all modern browsers, a simple keyframe animation is the way to go.
If you really need an implementation that works in all modern browsers, a simple keyframe animation is the way to go.
NO, WE DON’T.