chore(docs): document sharing slides (#134)

* chore(docs): remove deprecated "last animation" mention

* chore(docs): document sharing slides
This commit is contained in:
Jérome Eertmans
2023-02-25 13:30:12 +01:00
committed by GitHub
parent e83df48c5d
commit 4cd433b35a
4 changed files with 130 additions and 3 deletions

View File

@ -300,7 +300,6 @@ if not MANIMGL:
self.play(MoveAlongPath(dot, circle), run_time=2, rate_func=linear)
self.end_loop()
# Each slide MUST end with an animation (a self.wait is considered an animation)
self.play(dot.animate.move_to(ORIGIN))
# [manim-3d]
@ -349,7 +348,6 @@ else:
self.play(MoveAlongPath(dot, circle), run_time=2, rate_func=linear)
self.end_loop()
# Each slide MUST end with an animation (a self.wait is considered an animation)
self.play(dot.animate.move_to(ORIGIN))
# [manimgl-3d]