mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-19 03:26:17 +08:00
removed leftover self.play
This commit is contained in:
@ -19,7 +19,6 @@ class Slide(Scene):
|
||||
self.current_animation += 1
|
||||
|
||||
def pause(self):
|
||||
self.play(Wait(1.0 / config["frame_rate"]))
|
||||
self.slides.append(dict(
|
||||
type="slide",
|
||||
start_animation=self.pause_start_animation,
|
||||
|
Reference in New Issue
Block a user