gpt4 book ai didi

jQuery - 如何从一种颜色淡入/淡出到另一种颜色? (可能是 jQuery 的第 3 方插件吗?)

转载 作者:行者123 更新时间:2023-12-03 22:16:38 25 4
gpt4 key购买 nike

我正在寻找一个 jQuery 脚本或第三方 jQuery 插件,它可以根据“从颜色”和“到颜色”创建淡入/淡出效果。我如何看待它的示例:

$( selector ).fadeColor({
from: "#900", // maroon-red color
to: "#f00", // blood-red color
}, 3000); // last argument is the time interval, in milliseconds in this particular case it's based for 3 seconds

最佳答案

jQuery UI扩展了 jQuery 的 animate方法包括彩色动画。然后您可以执行以下操作:

$("#someId").animate({backgroundColor: "#ff0000" });

这是一个working example .

关于jQuery - 如何从一种颜色淡入/淡出到另一种颜色? (可能是 jQuery 的第 3 方插件吗?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8323474/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com