The problem is that this is near the bottom of the page. When they pick an artwork and I do a “Go to page…” it reloads all the data on the page but the user doesn’t see anything happen because the changes happen way up at the top of the page.
I had previously solved this by scrolling to the top, animating the page flashing out and in, but it just feels janky. Want a nice clean way to just instantly be at the top of the page.
Nope, I was responding to @ihsanzainal84 who mentioned the scroll to action, e.g. the Bubble action.
I was a web developer for over 20 years before working in Bubble, so I know better than most what is possible when leaving Bubble and doing things with Javascript. I just want to know what’s possible with Bubble. It is a “no code” platform after all.
Far too often I see people suggest a code solution too early, when it turns out that there’s a really great way to get it done with native Bubble.
You could try hiding and then showing the elements at the bottom of the page (placing them in one group). And see if that brings you instantly and smoothly to the top of the page.