minus-squaremikazuki@lemmy.worldtoProgrammer Humor@programming.dev•For that modern web feelinglinkfedilinkarrow-up9·1 day 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
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.