Hey Bubble Community!
I’m trying to build something similar to a Tinder-style swipe interface where one item is shown in the front, and the next item is preloaded right behind it.
Here’s what I have in mind:
- I’ve got a hidden repeating group that holds the full list of items.
- On top of that, I want to show a “Current” item (the one that’s currently visible/active).
- Behind it, I’d like to show the “Next” item (the item that comes right after the current one in the list), almost like a preview or transition effect.
I’m a bit stuck on how to structure this best:
- Should I use 3 repeating groups, or would it make more sense to have 1 repeating group (hidden) and just 2 Groups pulling from that list?
- I’ve figured out the visual layout, animations, and swipe logic – but I can’t quite wrap my head around the data source logic for showing
item #current indexanditem #current index + 1properly in the two Groups.
Any tips, ideas, or examples would be hugely appreciated!
Thanks ![]()
