开发者

how to stop 3d carousel on mouse click event

I use 3d carousel of http://interface.eyecon.ro/demos/carousel.html Anyone开发者_如何学运维 suggest me how can i stop this carousel on mouse click event with fix position?


Use stopImmediatePropagation()


You could possibly reset the rotation timer. Something like:

clearInterval(rotationTimer)

or perhaps

clearInterval(el.carouselCfg.rotationTimer)
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜