Collapse when hidden working only half of the time

I am creating an onboarding flow that cycles between groups on one page that show the different steps. The groups are arranged in a column, and I want each to be the size of the page.

To animate it, when someone is clicking next, it hides the current group and then does a slide in animation using the Animate and Hide actions.

My problem is, the Hiding and collapsing of a group for one of the groups only works some of the times. It makes the content invisible, but doesn’t collapse it. You can tell the button is still there because it still clicks and I can highlight over the elements in the debugger and see that they say “invisible.”

Is there anything I can do to make it consistently work? Do they need to be arranged in a row somehow? Do I need to give the backend a pause to make sure the element gets hidden?

Thanks!

It might be bugs or try and go over the groups from the element tree see if u’ve unintentionally inscribe any of them in another group that make it not obey the “collapse when hidden command”. If that doesn’t work you try attaching some screenshots that will help

This topic was automatically closed after 70 days. New replies are no longer allowed.