OWL next slide on Link:Hover
-
hi,
im trying to navigate through the slides, by hovering on links/buttons.my code:
$( “.secondary-menu > li > a” ).hover(function() {
var owl = $(‘.owl-carousel’).owlCarousel();
owl.trigger(‘owl.next’);
});This works, but when hovering away from the link, the slides goes back to the previous. Anyone know how to properly achieve this effect.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘OWL next slide on Link:Hover’ is closed to new replies.