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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -