jquery.roundabout圖片3d自動輪播切換(比如:銀行卡切換)

引入:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<script type="text/javascript" src="jquery.roundabout.js"></script>

<script type="text/javascript" src="jquery.roundabout-shapes.js"> </script>

js調用:

 

$(document).ready(function () {

           $('#myroundabout').roundabout({

               autoplay: true,

               autoplayDuration: 3000,

               autoplayPauseOnHover: true,

               shape: 'figure8',

               minOpacity: 1

           });

       });

發佈了138 篇原創文章 · 獲贊 35 · 訪問量 19萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章