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

@ -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,
# },
}