mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Refactored ShowCreation submobject management to Mobject class
This commit is contained in:
@ -133,6 +133,7 @@ class Arrow(Line):
|
||||
"buff" : 0.3,
|
||||
"propogate_style_to_family" : False,
|
||||
"preserve_tip_size_when_scaling" : True,
|
||||
"submobject_partial_creation_mode" : "one_at_a_time",
|
||||
}
|
||||
def __init__(self, *args, **kwargs):
|
||||
if len(args) == 1:
|
||||
|
Reference in New Issue
Block a user