I have two groups next to each other - Left and Right.
I have the right one hidden on page load and I need to switch between them back and forth.
For example, I need to hide the Left Group and show the Right Group instead.
When done so, the content of the Left Group is hidden yet the empty container of the Left Group maintains its position.
The parent group is the page itself which is already set to Row in Container layout.
The point is that I need to collapse the hidden groups hence the Collapse when hidden is selected.
The Right Group is hidden through unticking the “The element is visible on page load” and the Left Group is hidden through Workflow element hide function upon a button click.
Thank you for sharing it, unformtunately it didn’t work for me either.
I also found out that similiar functionality across other pages are impacted too. So I assume it’s a bug on Bubble end.
I tried to replicate the problem. I have created two groups (left and right) and their parent is the page. And the parent has row layout. These two groups have 50% width. Right group is hidden on page load. Both of them are collapsed when hidden and animated.
I could successfully do the following operations. Am I missing anything? @marat.avetisyan
I guess the video still doesn’t say too much. Maybe send us the properties/layout of these two groups and the container. Because I did a similar thing in my app (like vertically hiding some group based on click on a button and vice-versa) and it works.