我需要使用galleria模块旋转(滚动)图像

时间:2010-05-05 21:43:49

标签: javascript jquery drupal-6 jcarousel galleria

我正在使用Galleria& jCarousel并需要幻灯片滚动浏览图像。有没有人知道我可以使用的简单的JavaScript?

2 个答案:

答案 0 :(得分:2)

没关系,我想通了一个简单的javascript ...

$(function(){
var slideshow,
    slideshowPause =  5 //seconds 
        $('#slideshow').fadeIn()
        slideshow = window.setInterval(function(){
            $.galleria.next()
    }, slideshowPause * 1000)
});

答案 1 :(得分:0)

就我而言,没有什么比jQuery Tools Scrollable更好了:

http://flowplayer.org/tools/demos/scrollable/index.html