Most transitions from screen to screen are global.
In reality you probably want to animate only the relevant part of the screen to ensure the user that not the whole screen changed but just a small part. This would be facilitated by custom size layers which can be accessed by the wires and allow for custom transitional animations for each layer you want to access.
Most transitions from screen to screen are global.
In reality you probably want to animate only the relevant part of the screen to ensure the user that not the whole screen changed but just a small part. This would be facilitated by custom size layers which can be accessed by the wires and allow for custom transitional animations for each layer you want to access.
To help with understanding here is a rough draft.