jquery liMarquee实现无限滚动效果代码

代码语言:html

所属分类:其他

代码描述:jquery liMarquee实现无限滚动效果代码,适合公告轮播。

代码标签: 无限 滚动 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8">
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/liMarquee.css">
    <style>
        body {
            background: white;
        }
        .container {
  background: white;
            width: 300px;
            margin: 150px auto;
            font-size: 14px;
        }
        .container a {
            margin: 0 15px;
            color: #333;
            text-decoration: none;
        }
        .container a:hover {
            text-decoration: underline;
        }

        .controls {
            margin-bottom: 150px;
            text-align: center;
        }

    </style>
</head>

<body>

    <div class="container">
        <a href="#">Smoothslides – 可平移的jQuery幻灯片插件</a>
        <a href="#">jQuery全屏滚动插件fullPage.js</a>
        <a href="#">WOW.js – 让页面滚动更有趣</a>
        <a href="#">让IE7 IE8支持CSS3 background-size属性</a>
        <a href="#">shCircleLoader – jQuery Loading效果插件</a>
    </div>

    <div class="controls">
        <a class="btn1" href="javascript:">暂停</a>.........完整代码请登录后点击上方下载按钮下载查看

网友评论0