tags:

views:

57

answers:

2

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?

A: 

Use stopImmediatePropagation()

Josh Stodola
is there any function define in *.js file?
Vadher Dhaval
i try that function but it will not work.
Vadher Dhaval
A: 

You could possibly reset the rotation timer. Something like:

clearInterval(rotationTimer)

or perhaps

clearInterval(el.carouselCfg.rotationTimer)
graphicdivine