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
Post a Comment