Wait for any current and scheduled animations to complete.
(self)
| 586 | await self._idle_event.wait() |
| 587 | |
| 588 | async def wait_until_complete(self) -> None: |
| 589 | """Wait for any current and scheduled animations to complete.""" |
| 590 | await self._complete_event.wait() |
no test coverage detected