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

Posted on 2016-12-25 00:08  isayhappy  阅读(602)  评论(0编辑  收藏  举报
(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);
    });
 
 
});

Copyright © 2024 isayhappy
Powered by .NET 9.0 on Kubernetes