Remove Transform(...).update(1) call from GraphScene

This commit is contained in:
Grant Sanderson
2019-04-11 09:55:56 -07:00
parent 4972c71190
commit cc7c2cfb73

View File

@@ -552,7 +552,7 @@ class GraphScene(Scene):
kwargs["dx"] = dx
kwargs["x"] = x
new_group = self.get_secant_slope_group(**kwargs)
Transform(group, new_group).update(1)
group.become(new_group)
return group
self.play(