When I animate one element out, then another element in, a scrollbar appears at the bottom which throws some of the layout out (the buttons jerk around).
Problem shown here:
Any smart people out there know how to solve this?
Yes, I am - If I don’t collapse when hidden, then animating when element into the same position won’t work, as it can’t replace the element that’s been animated out unless it collapses.
There may be better solutions available, but I had a similar issue and resolved it by putting each group within an align to parent group and didn’t collapse each element when hidden.
Thanks, Ben - I tried this but it still doesn’t work. The appearance of the scrollbar is pushing up the buttons, so it’s not the collapsing of the elements.