动画功能不适用于颜色和锚点
我对导航锚点中的动画背景颜色有问题:
$(this).animate({ backgroundColor: "black" }, 1000);
尺寸(如宽度)工作正常。
为什么我应该淡化背景颜色?
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 color?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,颜色不适用于 jQuery 内置的动画。为此,请使用颜色动画插件。
Yes, colors doesn't work with the animation built into jQuery. Use the color animation plugin for that.