chore(docs): add fadeout

This commit is contained in:
Jérome Eertmans
2023-07-20 17:36:55 +02:00
parent 8069ab5405
commit d892a4e77d

View File

@ -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