Carousel - pausing while sliding (during transition) breaks the pause/resume control
Created by: sn3p
Pausing the carousel while sliding / during transition breaks the pause/resume control. This happens when:
- hovering (mouseenter) during transition.
- calling .carousel('pause') during transition.
From this point on the carousel keeps cycling and there's no way stopping/pausing it anymore. Not on hover/mouseenter and not even with .carousel('pause').
Anyone else experiencing this problem, and maybe found a workaround?