mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 01:47:45 +00:00
Commented out self.embed in ControlsExample
This commit is contained in:
parent
d6b23324a6
commit
fdcac10861
1 changed files with 2 additions and 1 deletions
|
|
@ -497,7 +497,8 @@ class ControlsExample(Scene):
|
|||
self.add(MotionMobject(text))
|
||||
|
||||
self.textbox.set_value("Manim")
|
||||
self.embed()
|
||||
# self.wait(60)
|
||||
# self.embed()
|
||||
|
||||
|
||||
# See https://github.com/3b1b/videos for many, many more
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue