I use twitter bootstrap carousel to show images sliding on my page. It works great.
Instead of moving the images with a click of the mouse, I wanted the images to slide when I hover over the arrows. I made changes and it works (as shown below).
boostrap-carousel.js, line 193 $ (document) .on ('mouseover.carousel.data-api', '[data-slide], [data-slide-to]', function (e)
But the problem is that I want the images to slide until the mouse is above the arrow, and stop sliding when I hold the mouse.
Can you help me?
source share