TGLParallaxCarousel
TGLParallaxCarousel copied to clipboard
How to hide repeating items at the end ?
I don't want to show the items at the end when all the items are scrolled, now there are two item shown again after i scroll to last item.
The "bug" is on your side.
I just had a similar problem and could see that the carouselItems:[TGLParallaxCarouselItem] var of the TGLParallaxCarousel is never cleared.
Indeed, each call to reloadData appends to this array. I ended with 3 items just having one to show.
It would be useful to have a way to clear it (it could do it by itself).
A PR may come