Im trying to build a function so that when users are scrolling over input fields on my form, other input fields fade out…
Ive made a fiddle so that hopefully explains what im after better, but there is a label and input in each li, when the user hovers the li, the other fields (‘li’) should become semi transparent?
Not sure if this is possible but any helps great, thanks
I think that’s the effect you’re looking for:
JS
HTML
Greetings!