源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

jQuery图片渐变特效的简单实现

  • 时间:2021-06-18 03:00 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:jQuery图片渐变特效的简单实现
[b]jQuery图片渐变特效的简单实现[/b]
(document).ready(function() {(document).ready(function() {("div.baba").mouseleave(function()
 {
("span.aaa").stop().animate({opacity: '1'},600);  });("span.aaa").stop().animate({opacity: '1'},600);  });("div.baba").mouseenter(function()
 {
 $("span.aaa").stop().animate({opacity: '0'},600); 
 }); 


});
以上就是小编为大家带来的jQuery图片渐变特效的简单实现全部内容了,希望大家多多支持编程素材网~
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部