码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2014-08-11 00:00:00      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:blog   http   color   java   使用   io   cti   div   

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

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

使用代码:

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

演示:

http://runjs.cn/detail/xmax7vo3 

jquery animate()背景色渐变的处理,布布扣,bubuko.com

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

标签:blog   http   color   java   使用   io   cti   div   

原文地址:http://www.cnblogs.com/haitao-fan/p/3903501.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!