1. 程式人生 > >旋轉木馬外掛

旋轉木馬外掛

http://www.jq22.com/jquery-info13239

通過以下程式碼設定圖片數量以及自動播放時間等屬性

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

$(document).ready(function() {

$('.roundabout_box ul').roundabout({

duration: 1000,

minScale: 0.6,

autoplay: true,

autoplayDuration: 5000,

minOpacity: 0,

maxOpacity: 1,

reflect: true,

startingChild: 3,

autoplayInitialDelay: 5000,

autoplayPauseOnHover: true,

enableDrag: true

});

});