
Hunter T. answered 12/27/20
Senior Software Engineer with a passion for web design
Hiya,
I would suggest using the opacity property, for example setting the opacity of an object to 0 would make it invisible, changing this to a 1 on hover would allow the background image to fade into view when hovered. See example below:
This same effect can also be achieved using the visibility:hidden property, but animations require a bit more configuration.
👨🏼💻 Cheers!