jQuery图片渐变特效的简单实现
人气:0jQuery图片渐变特效的简单实现
(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图片渐变特效的简单实现全部内容了,希望大家多多支持~
加载全部内容