Open addison74 opened 3 years ago
You can write a little code to compare getCurrentSlideCount()
against getTotalSlideCount()
. If they are equal that means the last slide is reached. If getCurrentSlideCount()
= 1 then that pretty much tells you that it's the first slide.
Is it possible to hide Prev/Next buttons when the slide reaches the first/last image?
By hiding these buttons we let know the visitor it is the end of the slide. I am not using loops because this feature creates confusion. Not all people realize when is the end of a slide.