You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine you have an interface like this:
I've noticed that if you navigate to the Item Details screen from the modal one, the animations are sequenced: it will navigate to the Item Details view behind the modal view, and then the modal will close. This makes the interaction within the modal feel really slow, because you don't really notice the background animation happening.
Is there a way to get those animations to run concurrently, so that when a user taps a List Item within the modal view the modal dismiss animation and the item list -> item details animation happen at the same time?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine you have an interface like this:

I've noticed that if you navigate to the
Item Details
screen from the modal one, the animations are sequenced: it will navigate to theItem Details
view behind the modal view, and then the modal will close. This makes the interaction within the modal feel really slow, because you don't really notice the background animation happening.Is there a way to get those animations to run concurrently, so that when a user taps a
List Item
within the modal view the modal dismiss animation and the item list -> item details animation happen at the same time?Beta Was this translation helpful? Give feedback.
All reactions