jQuery-如何从一种颜色淡入/淡出另一种颜色? (可能是jQuery的第三方插件吗?)
问题描述:
我正在寻找jQuery脚本或jQuery的第三方插件,它们可以基于从颜色"和到颜色"创建淡入/淡出效果.我如何看待这个例子:
I'm looking for a jQuery script or a 3rd party plugin for jQuery, which can create a fade in/out effect based on "from color" and "to color". Example how I see it:
$( 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