mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-18 03:05:21 +08:00

* chore(docs): improving the docs This improves the docs as suggested by some reddit user. Now, most of Manim is documented in one place * try: update lockfile * chore(deps): remove duplicate key * fix(ci): isort issue See https://github.com/home-assistant/core/issues/86892 * fix(ci): bad identation * fix(ci): fixing lock file * fix(example): issue when ManimGL does not count wait as animation
481 B
481 B
Application Programming Interface
Manim Slides' API is very limited: it simply consists in two classes, Slide
and ThreeDSlide
, which are subclasses of Scene
and ThreeDScene
from Manim.
Thefore, we only document here the methods we think the end-user will ever use, not the methods used internally when rendering.
.. autoclass:: manim_slides.Slide
:members: start_loop, end_loop, pause, play
.. autoclass:: manim_slides.ThreeDSlide
:members: