[置顶]       jquery实现回旋滚动效果

发布时间:2020-07-17 18:33:03 作者:873582595
来源:网络 阅读:314

今天在网上找到一款回旋滚动效果,拿出来和大家一起分享。先上效果图:

 [置顶]          jquery实现回旋滚动效果

 

<!DOCTYPE HTML> <html lang="en-US"> <head>     <meta charset="UTF-8">     <title>jquery-roundabout</title>     <style type="text/css">     *{padding:0;margin:0;}     body{font:24px tahoma;}     ul{list-style:none;margin:100px auto 0;width:500px;height:200px;}     li{line-height:200px;height:200px;width:300px;background:#ccc;text-align:center;cursor:pointer;}     li.roundabout-in-focus{cursor:default;}     </style> </head> <body>     <ul class="roundabout">         <li>Block 1</li>         <li>Block 2</li>         <li>Block 3</li>         <li>Block 4</li>         <li>Block 5</li>     </ul> </body> </html> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.roundabout.min.js"></script> <script type="text/javascript"> $(function(){     $('.roundabout').roundabout(); }); </script>

 
推荐阅读:
  1. 【HTML5示例代码分享】HTML5图片自动归类特效
  2. 折腾Electron对JQuery的支持

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

jquery jquery实现回旋滚动效果 滚动效果

上一篇:bootstrap-反色导航条

下一篇:关键字驱动模式 实现登录qq邮箱并发送邮件的自动化测试

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》