javascript - prevent jQuery animate() reset on mouseout -


i'm trying fade out menu items exept 1 user hovers over. when using jquery's animate() function on opacity property kind of works.

i set opacity of menu items exept hovered .25, , when hover off looks great, when hover directly on item, opacity off items reset 1, , animated down .25.

is there way prevent this?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -