Fadeout only to 50%
Fadeout only to 50%
How can I fadeout an element to only 50%? I can't use the native fadeOut since it fades an element out to 0% then removes it from the DOM.
All I want is to fade the element out to a certain opacity when hovered, then back again when unhovered.