You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior:
When the component shows the image on the right edge, if we call next(), the current image went left side and the image on the right edge (index=0) slides in from right side as if there is a next image.
Current Behavior:
When I configure next() to jump to index 0, it goes all the way back to the first image.
The text was updated successfully, but these errors were encountered:
Add infinite scroll function.
Expected Behavior:
When the component shows the image on the right edge, if we call
next()
, the current image went left side and the image on the right edge (index=0) slides in from right side as if there is a next image.Current Behavior:
When I configure
next()
to jump to index 0, it goes all the way back to the first image.The text was updated successfully, but these errors were encountered: