react-images
react-images copied to clipboard
How tu use infinite/wrap option?
It seems an "infinite" option has been added to v1.0. How can I use it ?
I tried the to use the following props :
<Carousel
currentIndex={selectedIndex}
views={images}
trackProps={{ infinite: true }} />
However, infinite:true makes some pictures disappear temporarily (5 seconds)
Arf, seems related with this : https://github.com/souporserious/react-view-pager/issues/72
@nmoreaud I have same issue, any luck?
@nmoreaud I have same issue, any luck? Nope
also having this issue, it doesn't wrap seems to go back to the image after a delay
I am also experiencing this issue.
That dependency is archived now. I contacted the author because I stumbled upon the same issue. He told me that he was no longer maintaining it and he therefore archived the repo. He also said you could move to something like Framer Motion. Best, Dirk
@dirkpennings
Uh oh... In that case we should probably move to Framer Motion (or similar) then!