jquery animate()背景色渐变的处理

jquery animate函数不能处理背景色渐变,需要使用jquery.color插件

gitHub地址:https://github.com/jquery/jquery-color/

使用代码:

$(function(){
  $("#cdiv").animate(
    {
	  backgroundColor:'#FF0000'
	},1000
   ) })

演示:

http://runjs.cn/detail/xmax7vo3 

posted @ 2014-08-10 22:12  尼玛范爷  阅读(17307)  评论(0编辑  收藏  举报