Closed mfamilariSnapp closed 5 years ago
Hi @mfamilariSnapp,
Thank you for your feedback!
Currently it is not considered to handle infinite scroll. However, as it's just a Collection Layout, you can use CollectionView that adopts infinite scroll.
There is a popular project you might take a look. https://github.com/nicklockwood/iCarousel
Also, I have open-sourced my rather simple solution of infinite scroll. https://github.com/filletofish/InfiniteCarousel
Thank you for your prompt reply.
I'm going to look at these projects. 👍
Hello and thanks for this great Collection Layout ! 👍
I have a question, is it being considered to handle infinite scroll ? By infinite scroll I mean, when you scroll a card to the left, it appears at the end of the list.
Thanks in advance