mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-22 21:17:19 +08:00
chore(docs): add fadeout
This commit is contained in:
@ -684,7 +684,7 @@ class ThreeDSlide(Slide, ThreeDScene): # type: ignore
|
||||
self.wait(.5)
|
||||
self.end_loop()
|
||||
|
||||
self.play(FadeOut(bye))
|
||||
self.play(*[FadeOut(mobject) for mobject in self.mobjects])
|
||||
"""
|
||||
|
||||
pass
|
||||
|
Reference in New Issue
Block a user