CSS Transition - Fade Element on Hover only

Viewed 26621

Is it possible to have a css transition that fades an element in on hover but simply hides the element when the mouse leaves.

i.e. hover in = fade for 0.5 seconds | hover out = no fade and instant

2 Answers
Related