开发者

How to do a carousel in jQuery with a circular movement on mouse over?

开发者 https://www.devze.com 2022-12-19 03:16 出处:网络
I was wondering if anybody has an idea if this is possible. I wanna do what the jcarousel does but with a mouseover event instead of cl开发者_StackOverflow社区ick. I want that once we have the mouse o

I was wondering if anybody has an idea if this is possible. I wanna do what the jcarousel does but with a mouseover event instead of cl开发者_StackOverflow社区ick. I want that once we have the mouse on the arrow the images keep rotating in an infinite loop. I know how to do the movement and the mouseover event.I would also know how to do this working without the circular "loop", but I can´t seem to figure out how would it be possible to do it with the loop. Any ideas? Thanks


$('#mycarousel').jcarousel({
    buttonNextEvent: "mouseenter",
    buttonPrevEvent: "mouseenter"
});
0

精彩评论

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