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
The coroutine Animator.wait_for_idle will wait for animations that are in effect to be done.
However, it does not take into account transitions that are scheduled.
It would be nice if we could await for all transitions, both the ones that are happening and the ones that are scheduled to happen in the future.
This will come in handy for testing and might also be useful for users in apps.
The text was updated successfully, but these errors were encountered:
rodrigogiraoserrao
changed the title
No wait to wait for all animations (current and scheduled) to be done.
No way to wait for all animations (current and scheduled) to be done.
Jan 24, 2023
The coroutine
Animator.wait_for_idle
will wait for animations that are in effect to be done.However, it does not take into account transitions that are scheduled.
It would be nice if we could await for all transitions, both the ones that are happening and the ones that are scheduled to happen in the future.
This will come in handy for testing and might also be useful for users in apps.
The text was updated successfully, but these errors were encountered: