jquery.flipster.js 立体式banner切换3d轮换图插件


jquery.flipster.js 立体式banner切换3d轮换图插件

第一步引入bfwone

第二步执行插件

示例如下

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <script id="bfwone" data="dep=jquery.17&err=0" type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
    <script type="text/javascript">
        bready(function() {
            use(["jquery.flipster", "jquery.flipster|flipsternav"], function() {
                $(".flipster").flipster({
                    style: 'carousel', start: 0
                });
            });
        });
    </script>
    <style>

    </style>
</head>
<body>
    <div id="Main-Content">
        <div class="Container">

            <div class="flipster">
                <ul>
                    <li>
                        <a href="#" class="Button Block">
                            <h1>All Features</h1>
                            <p>
                                Showcase of all available features in both the Coverflow and Carousel styles
                            </p>
                        </a>
                    </li>
                    <li>
                        <a href="#" class="Button Block">
                            <h1>Basic Setup</h1>
                            <p>
                                The bare minimum code needed to implement Flipster
                            </p>
                        </a>
                    </li>
                    <li>
                        <a href="#" class="Button Block">
                            <h1>Carousel</h1>
                            <p>
                                Roundabout carousel style!
                            </p>
                        </a>
                    </li>
                    <li>
                        <a href="#" class="Button Block">
                            <h1>Coverflow with Tab Navigation</h1>
                            <p>
                                Example of tab navigation using the <code>enableNav</code> option
                            </p>
                        </a>
                    </li>
                    <li>
                        <a href="#" class="Button Block">
                            <h1>Carousel with Tab Navigation</h1>
                            <p>
                                Example of tab navigation using the <code>enableNav</code> option
                            </p>
                        </a>
                    </li>
                </ul>
            </div>

        </div>
    </div>
</body>
</html>


立即下载jquery.flipster.js查看所有js插件

网友评论0

程序员在线工具箱