mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Get rid of all_at_once
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user