chore(docs): improve example animation

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

View File

@ -673,7 +673,15 @@ class ThreeDSlide(Slide, ThreeDScene): # type: ignore
direction=UP
)
)
self.wait(2.0)
self.wait(.5)
self.play(
self.wipe(
self.mobjects_without_canvas,
[title, sphere],
direction=DOWN
)
)
self.wait(.5)
self.end_loop()
self.play(FadeOut(bye))