Hover effects generally don't work well on mobile, so if you want to make the interactive door mobile-friendly, maybe you can make the door open upon clicking or tapping on the door.
Thanks for this tip! I switched the CSS selector to :active and now long press on mobile seems to work, but the images behind the door don't want to show up. :/
followed a tutorial and made a quick opening door with some HTML and CSS, really fun exercise to get into the spirit of the season :)
Aww beans it doesn’t seem to be working on mobile at least for my iPhone :(
Hover effects generally don't work well on mobile, so if you want to make the interactive door mobile-friendly, maybe you can make the door open upon clicking or tapping on the door.
Thanks for this tip! I switched the CSS selector to :active and now long press on mobile seems to work, but the images behind the door don't want to show up. :/