mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Get rid of all_at_once
This commit is contained in:
@ -1572,7 +1572,7 @@ class RecapCircleSolution(GraphRectangles, ReconfigurableScene):
|
||||
|
||||
self.play(Write(area_label))
|
||||
self.play(
|
||||
ShowCreation(arrows, submobject_mode = "all_at_once"),
|
||||
ShowCreation(arrows, lag_ratio = 0),
|
||||
FadeIn(radial_lines),
|
||||
*[
|
||||
ReplacementTransform(
|
||||
|
Reference in New Issue
Block a user