Hello, I am currently working on a project where I have a span that displays over an image on hover. I would like to add a bit of javascript or css transitions to make this div fade in to about 0.8 opacity when hovered over, and then fade back to 0 opacity when the mouse is not hovering.
Here is how I have it setup so far, but now I just need to add the fade and opacity effect:
Check out how it's setup on Jsfiddle
I'm sure there is a simple snippet of code that can accomplish this, any help would be much appreciated. Thank you!