开发者

I need to rotate (scroll) images using the galleria module

I am using galleria & jCarousel and need to have the slideshow scroll through the images. Does anyone k开发者_JS百科now a simple javascript that I can use for that?


Never mind I figured it out... with a simple javascript...

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


As far as I'm concerned, there's nothing better than jQuery Tools Scrollable:

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜