Get rid of all_at_once

This commit is contained in:
Grant Sanderson
2019-02-08 15:49:06 -08:00
parent f9010f3421
commit cf92cd161e
24 changed files with 43 additions and 45 deletions

View File

@ -343,7 +343,7 @@ class MathIsATease(Scene):
self.add(randy)
self.play(
ShowCreation(lashes, submobject_mode = "all_at_once"),
ShowCreation(lashes, lag_ratio = 0),
randy.change, "tease",
randy.look, OUT,
)