Mouse Hover not working

I making a random webpage cause I’m bored but while I was doing I was trying to make mouse hover. How would I do that? Also link to my project: https://anvil.works/build#clone:U6H5VXJZJLP3LURO=5ROQ6Z5YBUMPP44BIWTVPFOP

you might wish to check out this dependency:

If you want to do it from scratch - it will require editing the css to change the hover behaviour for buttons since this isn’t an event that anvil supports in python.
https://www.w3schools.com/cssref/sel_hover.asp

1 Like