Answer the question
In order to leave comments, you need to log in
How to determine if the slide has changed?
How to determine if the slide has changed or remained the same?
function isChangeSlide(currentSlide,) {
if (currentSlide === currentSlide + 1 || currentSlide === currentSlide - 1){
return true;
} else {
return false;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question