mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Get rid of all_at_once
This commit is contained in:
@ -44,7 +44,7 @@ class PiCreatureFractalCreation(FractalCreation):
|
||||
"max_order" : 6,
|
||||
"fractal_kwargs" : {"height" : 6},
|
||||
"transform_kwargs" : {
|
||||
"submobject_mode" : "all_at_once",
|
||||
"lag_ratio" : 0,
|
||||
"run_time" : 2,
|
||||
},
|
||||
}
|
||||
@ -65,7 +65,7 @@ class QuadraticKochFractalCreation(FractalCreation):
|
||||
"max_order" : 5,
|
||||
"fractal_kwargs" : {"radius" : 10},
|
||||
# "transform_kwargs" : {
|
||||
# "submobject_mode" : "all_at_once",
|
||||
# "lag_ratio" : 0,
|
||||
# "run_time" : 2,
|
||||
# },
|
||||
}
|
||||
|
Reference in New Issue
Block a user