mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-21 00:54:25 +08:00
feat(lib): use and add more config option (#452)
* feat(lib): use and add more config option Closes #441 * feat(lib): add support for more options and test them * chore(docs): add attributes to documentation * chore(docs): sort members by member type * chore(docs): small improvements * chore(docs): cleanup
This commit is contained in:
@ -38,3 +38,7 @@ class BasicSlide(Slide):
|
||||
|
||||
self.next_slide()
|
||||
self.zoom(other_text, [])
|
||||
|
||||
|
||||
class BasicSlideSkipReversing(BasicSlide):
|
||||
skip_reversing = True
|
||||
|
Reference in New Issue
Block a user