I have seen how to create responsive animations, but I actually need to reposition a group, below another group when the screen is below a certain width. Like feature boxes that are side by side on a website, but when viewed on a smart phone they are aligned vertically, one under another.
So, what I need to do is increase the height of the stage based on the width to allow room for the second group to be repositioned below the first group. I think if I can find out how to resize the stage, then I can just pin the second group to the bottom right corner and it will fit in below the first group.
Any assistance is welcomed