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
Basically, you have a list of your cards and the current card index. Your current card is shown as a child of SwipeableWidget, and the next card(s) is put into the nextCards parameter. This way, you are only showing the top card and the card behind it. You can, for example, show the next 3 cards if you put something like this as the nextCards parameter:
If you see the demo, you can see the top card and cards behind it. I've put all cards at a random offset and angle. While it looks like you can see the entire deck, you are actually only look at the top card and 3 cards behind it. If you notice, when the top card is swiped, another card is being added the end of the list.
Is it possible to add this feature
The text was updated successfully, but these errors were encountered: