I have problem with animate background color in navigate anchors:
$(this).animate({ backgroundColor: "black" }, 1000);
with size (like width) works correct.
Why I should to do to fade backgdround c开发者_Go百科olor?
Yes, colors doesn't work with the animation built into jQuery. Use the color animation plugin for that.
精彩评论