It's normal while mouse hover the clip but it's don't work with buttons.

Fix it just adding string (next to the line 100):
carousel.buttonNext.hover(pauseAuto, resumeAuto);
carousel.buttonPrev.hover(pauseAuto, resumeAuto);

after
carousel.clip.hover(pauseAuto, resumeAuto);

Comments

quicksketch’s picture

Title: Carousel does't pause while buttons hover » Pause carousel when hovering over next and previous buttons
Category: bug » feature
Priority: Normal » Minor

Thanks, committed.

quicksketch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.