mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-20 12:05:56 +08:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user