mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-06-22 15:00:46 +08:00
automatically got to next Scene
This commit is contained in:
@ -125,7 +125,7 @@ class Presentation:
|
|||||||
state = State.PLAYING
|
state = State.PLAYING
|
||||||
self.rewind_slide()
|
self.rewind_slide()
|
||||||
elif self.current_slide["type"] == "last":
|
elif self.current_slide["type"] == "last":
|
||||||
state = State.WAIT
|
self.current_slide["terminated"] = True
|
||||||
elif self.current_slide["type"] == "last" and self.current_slide["end_animation"] == self.current_animation:
|
elif self.current_slide["type"] == "last" and self.current_slide["end_animation"] == self.current_animation:
|
||||||
state = State.WAIT
|
state = State.WAIT
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user