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?
is there any function define in *.js file?
Vadher Dhaval
2009-12-28 10:31:33
i try that function but it will not work.
Vadher Dhaval
2009-12-28 12:07:49
A:
You could possibly reset the rotation timer. Something like:
clearInterval(rotationTimer)
or perhaps
clearInterval(el.carouselCfg.rotationTimer)
graphicdivine
2010-01-05 11:09:06