您好,欢迎来到源码搜藏!分享精神,快乐你我!提示:担心找不到本站?在百度搜索“源码搜藏”,网址永远不丢失!
  • 首 页
  • 在线工具
  • 当前位置:首页 > 网页特效 > jQuery特效 >

    jQuery图片从下往上滚动效果

    时间:2014-05-15 00:37 来源:互联网 作者:源码搜藏 浏览:收藏 挑错 推荐 打印

    效果预览 进入下载地址列表
    jQuery图片从下往上滚动效果jQuery图片从下往上滚动效果是一款jquery animate方法制作的图片从下往上滚动效果。jQuery鼠标悬停图片滑动滚动效果 所属专题:图片代码

    <link href="css/style.css" type="text/css" rel="stylesheet"/>
     
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    $('.box .box1').mouseover(function(){
    $(this).stop().animate({"top":"-514px"}, 200); 
    })
    $('.box .box1').mouseout(function(){
    $(this).stop().animate({"top":"0"}, 200); 
    })
    })
    </script>
    jQuery图片从下往上滚动效果由源码搜藏网整理,转载请注明出处http://www.codesocang.com/texiao/jQuerytexiao/7699.html 源码搜藏承诺:本站所有资源无病毒,无弹窗,无干扰链接!