你的位置:首页 > 软件开发 > Java > liMarquee演示12种不同的无缝滚动效果

liMarquee演示12种不同的无缝滚动效果

发布时间:2016-11-22 09:00:06
很实用的一款liMarquee演示12种不同的无缝滚动效果在线预览下载地址实例代码<!DOCTYPE html><html lang="zh-CN"> <head> <meta charset="ut ...

很实用的一款liMarquee演示12种不同的无缝滚动效果

在线预览

下载地址

实例代码

<!DOCTYPE html><html lang="zh-CN">  <head>    <meta charset="utf-8">    <title>liMarquee演示12种不同的无缝滚动效果-默认效果_sucaihuo</title>    <link rel="stylesheet" href="css/liMarquee.css">    <style>      .sucaihuo { width: 800px; margin: 150px auto; font-size: 14px;}      .sucaihuo a { margin: 0 15px; color: #333; text-decoration: none;}      .sucaihuo a:hover { text-decoration: underline;}    </style>  </head>  <body>    <h1>默认效果</h1>    <div >      <a href="#">jquery霓虹灯转盘加抽奖提示弹出层</a>      <a href="#">jQuery大风车转盘转起来</a>      <a href="#">jQuery抽奖转盘停不下来</a>      <a href="#">jQuery手机幸运大转盘抽奖</a>    </div>    <script src='/images/loading.gif' data-original="js/jquery-1.8.3.min.js"></script>    <script src='/images/loading.gif' data-original="js/jquery.liMarquee.js"></script>    <script>      $(function() {        $('.sucaihuo').liMarquee();      });    </script>    <div >      <a href="index.html">1、默认效果</a>      <a href="index2.html">2、向右滚动</a>      <a href="index3.html">3、向上滚动</a>      <a href="index4.html">4、向下滚动</a>      <a href="index5.html">5、滚动速度</a>      <a href="index6.html">6、非无缝滚动</a>      <a href="index7.html">7、禁止拖动</a>      <a href="index8.html">8、内容不足不滚动</a>      <a href="index9.html">9、鼠标悬停不暂停</a>      <a href="index10.html">10、反向</a>      <a href="index11.html">11、自定义事件</a>      <a href="index12.html">12、图片演示</a>    </div>  </body></html> 

原标题:liMarquee演示12种不同的无缝滚动效果

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录