Fix chaining animation in example scenes

This commit is contained in:
Grant Sanderson 2021-04-08 14:20:37 -07:00
parent 7a11e3d20f
commit 12ef0a26d7

View file

@ -401,8 +401,7 @@ class CoordinateSystemExample(Scene):
# system defined by them.
f_always(dot.move_to, lambda: axes.c2p(1, 1))
self.play(
axes.animate.scale(0.75),
axes.animate.to_corner(UL),
axes.animate.scale(0.75).to_corner(UL),
run_time=2,
)
self.wait()