mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-25 16:58:06 +08:00
fix(lib): pass skip argument to ManimCE (#524)
* fix(lib): pass skip argument to ManimCE * fix(lint): make ruff happy
This commit is contained in:
@ -594,9 +594,7 @@ class BaseSlide:
|
||||
self._skip_animations = True
|
||||
|
||||
def stop_skip_animations(self) -> None:
|
||||
"""
|
||||
Stop skipping animations.
|
||||
"""
|
||||
"""Stop skipping animations."""
|
||||
self._skip_animations = False
|
||||
|
||||
def wipe(
|
||||
|
Reference in New Issue
Block a user