feat(lib): add canvas and features (#219)

* feat(lib): add canvas and features

Add canvas to slide

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Jérome Eertmans
2023-07-20 13:38:18 +02:00
committed by GitHub
parent a10902eaaa
commit dbbd6813ec
2 changed files with 167 additions and 2 deletions

View File

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