minus-squaremikazuki@lemmy.worldtoProgrammer Humor@programming.dev•For that modern web feelinglinkfedilinkarrow-up10·2 months agoDon’t just override opacity with null , it will override whatever the original style was. Before setting to 30% you need to store the original value and restore that in the timeout. linkfedilink
minus-squaremikazuki@lemmy.worldBanned from communitytoAsklemmy@lemmy.ml•What movie did you rewatch most often?linkfedilinkarrow-up11·3 years agoThe original Star Wars trilogy on VHS linkfedilink
Don’t just override opacity with null , it will override whatever the original style was. Before setting to 30% you need to store the original value and restore that in the timeout.