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
In our app we have stacked modals that slide in-out on top of each other. Items can be added from one modal and corresponding lists change in another modal. When an item is added, the modal closes and the modal under re-positions itself.
I wanted to try this library in our app, which includes the modals case, but found that the animation starting coords are not calculated properly if an ancestor element container has changed position.
In our app we have stacked modals that slide in-out on top of each other. Items can be added from one modal and corresponding lists change in another modal. When an item is added, the modal closes and the modal under re-positions itself.
I wanted to try this library in our app, which includes the modals case, but found that the animation starting coords are not calculated properly if an ancestor element container has changed position.
Here's how it can be replicated
This can happen even if the container has finished animating.
Seems like edge case, but it isn't really in more dynamic apps.
The text was updated successfully, but these errors were encountered: