当前位置:  编程技术>jquery

jquery淡入淡出效果如何实现?图片淡入淡出的例子

    来源: 互联网  发布时间:2014-10-09

    本文导语:  例子,jquery实现图片淡入淡出效果。   代码示例: jquery淡入淡出效果_www. .box{ margin:auto 0; width:302px; height:auto; background:#ccc; text-align:left;} .box_son{ float:left;width:100px; height:100px; background:#999; margin-top:1px; text-align:center; ...

例子,jquery实现图片淡入淡出效果。
 

代码示例:





jquery淡入淡出效果_www.




.box{ margin:auto 0; width:302px; height:auto; background:#ccc; text-align:left;}
.box_son{ float:left;width:100px; height:100px; background:#999; margin-top:1px; text-align:center; line-height:100px; overflow:visible;_overflow:hidden; }
.box_son_son{ float:left;width:0; height:100px; background:#567fd0; position:relative; left:101px; top:-100px;filter:alpha(opacity=36); opacity:0.36; text-align:center; line-height:100px; text-align:center;display:none;}
.test{ width:100px; height:100px; }
.ml{ margin-left:1px;}
span{float:left;width:100px; height:100px; cursor: pointer;}
{padding:1px;padding:10px;}



$(document).ready(function(){
    $(".box_son span").hover(function(){
        $(this).next(".box_son_son:not(:animated)").animate({opacity: "show", width: "+=201px"}, "slow",function(){
            $(".box_son_son").css({ opacity: 0.36 });
        });
    });
    $(".box_son span").mouseout(function(){   
        $(this).next(".box_son_son").animate({opacity: "hide", width: "0"}, "500");
    });
});



jquery

jquery

jquery

jquery

jquery

jquery




您可能感兴趣的文章:
  • jquery图片淡入淡出与图片切换效果的例子
  • jquery实现添加图片淡入淡出效果的代码
  • jQuery实现首页图片淡入淡出效果
  • jquery图片淡入淡出效果的例子
  • jquery怎么实现图片淡入淡出?示例
  • jquery图片淡入淡出效果的简单示例
  • javascript 图片淡入淡出效果实例代码

    
 
 

您可能感兴趣的文章:

  • jQuery淡入淡出效果 InnerFade
  • jquery怎么实现图片淡入淡出?示例
  • jQuery淡入淡出效果代码
  • jquery图片淡入淡出效果的例子
  • jquery淡入淡出效果原理分析
  • jquery实现通用版鼠标经过淡入淡出效果
  • jquery文字淡入淡出效果代码
  • jquery图片淡入淡出与图片切换效果的例子
  • jquery图片淡入淡出效果的简单示例
  • jquery实现添加图片淡入淡出效果的代码
  • jquery 淡入淡出效果入门例子
  • jquery自动切换淡入淡出效果的例子
  • JQuery特效动画淡入淡出 两个ul标签中li互相移动
  • jquery 淡入淡出效果的简单实现
  • jQuery右键菜单插件 jQuery ContextMenu iis7站长之家
  • jquery插件tooltipv顶部淡入淡出效果使用示例
  • jQuery实现首页图片淡入淡出效果
  • jQuery 淡出插件 jQFader
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • JQuery转义id中特殊字符的例子
  • jquery检测浏览器名称和版本信息的例子
  • jQuery.proxy向函数中传参的小例子
  • jQuery提交多个表单的小例子
  • jquery获得url参数列表的例子
  • jQuery查看事件内容的小例子
  • jQuery循环array与map小例子
  • jquery 绑定、捕获、拦截回车事件的例子
  • jquery转化Datatable为json数据的例子
  • jquery 获取URL请求参数的小例子
  • jquery 文字上下滚动的小例子
  • jquery链式操作、链式写法的小例子
  • jquery hide方法隐藏元素的例子
  • jquery判断浏览器后退时弹出消息的例子
  • jQuery为checkbox、radio赋值的例子
  • jquery隐藏标签、显示标签的例子
  • JQuery checkbox全选的小例子
  • jQuery判断checkbox是否选中的小例子
  • jQuery元素属性attr设置多个键值的例子
  • jQuery 随机展示图片的例子
  • 通过javascript库JQuery实现页面跳转功能代码
  • jQuery鼠标动画插件 jquery-ahover
  • jQuery概述,代码举例及最新版下载
  • jQuery向导插件 Jquery Wizard Plugin
  • Jquery操作html复选框checkbox:全选,全不选和反选
  • jQuery圆角插件 jQuery Corners
  • struts+spring+hibernate+jquery实现分页功能的几个基本类介绍(异步加载)
  • jQuery相册插件 jQuery.popeye
  • jQuery UI组件 jQuery UI
  • jQuery右键菜单插件 jQuery ContextMenu
  • jQuery分页插件 Pagination jQuery Plugin


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3