Closed (fixed)
Project:
jCarousel
Version:
6.x-2.3
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2011 at 06:22 UTC
Updated:
20 Apr 2011 at 21:11 UTC
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
Comment #1
quicksketchThanks, committed.
Comment #2
quicksketch