JoniVR/VerticalCardSwiper

[Feature Request] Show next cards at top instead of bottom

pracki93 opened this issue · 1 comments

When isStackOnBottom is set to false, I scroll to the last card so I simulate the stack of cards from top and then either score left/right or just skip the card. But if there are cards on bottom and I swipe the focusedCard, card from bottom comes up. Is it possible to change this to when I swipe a card the next card scroll from the top?

Not currently, what you're currently doing (if I understand correctly) is relying on a bug (#22) to get the behaviour you want. It might be something we could add in the future, but would probably require quite a bit of work and testing to do it right.