mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
fix bug in example_scenes
This commit is contained in:
parent
0f95e80798
commit
4179c1c3e9
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ class UpdatersExample(Scene):
|
||||||
)
|
)
|
||||||
self.wait()
|
self.wait()
|
||||||
self.play(
|
self.play(
|
||||||
square.set_width(5, stretch=True),
|
square.animate.set_width(5, stretch=True),
|
||||||
run_time=3,
|
run_time=3,
|
||||||
)
|
)
|
||||||
self.wait()
|
self.wait()
|
||||||
|
|
Loading…
Add table
Reference in a new issue