开发者

Autoanimate on start - jquery scrolling carousel

Does anyone could hel开发者_Python百科p me to implement autoanimate scroll on start wiht jquery scrolling carousel? Link to Scrolling Carousel: http://www.convergent-evolution.co.uk/resources/jquery-plugins/scrolling-carousel/

Effect that I want (its flash): locabarra.com.br


Is possible, but you downloaded a Carousel so you need to find where is the code that move it. It's onMouseEnter that start and you need to put all the code inside this "event" in:

$(document).ready(function() { 
    //CODE THAT MOVE THE CAROUSEL 
});

Than you can specify onMouseEnter to stop it..

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜