feat(lib): add wait-time-between-slides attribute (#218)

Add a new attribute that will allow to automatically call `self.wait(...)` between two slides, to fix graphical issues.
This commit is contained in:
Jérome Eertmans
2023-07-20 12:02:59 +02:00
committed by GitHub
parent f4c1c34994
commit a10902eaaa
2 changed files with 60 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Therefore, we only document here the methods we think the end-user will ever use
```{eval-rst}
.. autoclass:: manim_slides.Slide
:members: start_loop, end_loop, pause, next_slide, wipe
:members: wait_time_between_slides, start_loop, end_loop, pause, next_slide, wipe
.. autoclass:: manim_slides.ThreeDSlide
:members: