How would you make a transition for a group of objects or even a complete screen?
Let's say whenever you go to the main menu or to the options you want to have a screen transition like a "coin flip" (The screen scales from 100 to 0 in one dimension only, changes visually and the next version of it scales from 0 to 100, giving the impression of a fake rotation)
From what I read so far I think the time line would be a way to animate things, but how would I organize my instances in the layout to remain flexible, add more content and still be able to keep the same transition?
Does it make sense to make a screenshot and use that for the scaling instead?