I hope the title makes sense. Going to try to be as clear as possible.
So I have a prototype I am working on. Say there is the main screen, then 3 sub screens. I create the transition going from screen 1 to 3. I had to add the elements from 3 to 1 in order to have them animate in properly. Now, a user can also access screen 3 from screen 2 and 4. But I dont want to have to paste the same elements into those to screens as well, since I already did it once. Is there a way to have that same transition repeat without redoing it over and over?
Hope that was clear. Thanks