Answer the question
In order to leave comments, you need to log in
Slick carousel last slide how to make a transition to the page?
There is a carousel on Slick how to make a transition to a specific page when viewing the last slide throw in the Codepen
idea
Answer the question
In order to leave comments, you need to log in
set infinite: false
then when the end is reached, the next button has the slick-disabled class, we
cling to this selector and process a click on it, making a transition, and indeed anything.
for example
$('.slick-next.slick-disabled').on('click',function(){
//some logic
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question