首页 > Web开发 > 详细

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

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

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()背景色渐变的处理

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!