mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-23 05:25:54 +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.wait(.5)
|
||||||
self.end_loop()
|
self.end_loop()
|
||||||
|
|
||||||
self.play(FadeOut(bye))
|
self.play(*[FadeOut(mobject) for mobject in self.mobjects])
|
||||||
"""
|
"""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user