jquery animate函数不能处理背景色渐变,需要使用jquery.color插件
gitHub地址:https://github.com/jquery/jquery-color/
使用代码:
$(function(){
$("#cdiv").animate(
{
backgroundColor:'#FF0000'
},1000
) })
演示:
2022-11-24 07:21:19
jquery animate函数不能处理背景色渐变,需要使用jquery.color插件
gitHub地址:https://github.com/jquery/jquery-color/
使用代码:
$(function(){
$("#cdiv").animate(
{
backgroundColor:'#FF0000'
},1000
) })
演示: