2011-03-02 95 views
0

是否有jQuery滑塊,可以設置下一張幻燈片(圖片)編號? 我可以在AnythingSlider中做到這一點,但不能用淡入淡出效果滑動?如何使用jQuery滑塊設置下一張幻燈片

所以我需要它使用淡入淡出效果滑塊,我可以告訴它什麼將成爲下一個圖像...

回答

0

我發現ĴQuery plugins的總彙,將等你有幫助!這裏是鏈接: 如果你想與淡入淡出效果滑塊下面的代碼將有助於(detailed here):

$(".slidetabs").tabs(".images > div", { 

    // enable "cross-fading" effect 
    effect: 'fade', 
    fadeOutSpeed: "slow", 

    // start from the beginning after the last tab 
    rotate: true 

// use the slideshow plugin. It accepts its own configuration 
}).slideshow(); 
+0

謝謝!你救了我的一天! :) – kungfucsiga 2011-03-02 20:13:10

相關問題