jquery animate()背景色渐变的处理
程序员文章站
2022-07-06 13:42:38
...
jquery animate函数不能处理背景色渐变,需要使用jquery.color插件
gitHub地址:https://github.com/jquery/jquery-color/
使用代码:
注意:背景色属性要用backgroundColor,使用background无效。
jquery.color.js的gitHub地址:https://github.com/jquery/jquery-color/
gitHub地址:https://github.com/jquery/jquery-color/
使用代码:
$(function(){ $("#cdiv").animate({ backgroundColor:'#FF0000' }, 1000) })
注意:背景色属性要用backgroundColor,使用background无效。
jquery.color.js的gitHub地址:https://github.com/jquery/jquery-color/
上一篇: This page can't be displayed. Contact...The incident ID is: 5906352683740581956.
下一篇: 修改placeholder提示文字颜色
推荐阅读
-
jquery怎样输出php用file_get_contents() 获取的图片文件,该如何处理
-
jquery背景渐变切换banner的代码实现
-
ie下jquery.getJSON的缓存问题的处理方法
-
jQuery实现点击DIV同时点击CheckBox,并为DIV上背景色的实例
-
Animate怎么设计渐变字体? an文字效果渐变填充的技巧
-
jQuery中的常用数据处理用法实例汇总
-
使用jQuery处理AJAX请求的基础学习教程_jquery
-
在Jquery中,Ajax处理跨域的方式
-
关于React处理input的方法和多个input共用一个方法(不用jQuery)
-
详解jQuery的核心函数和事件处理