Refactored ShowCreation submobject management to Mobject class

This commit is contained in:
Grant Sanderson
2016-07-19 11:08:31 -07:00
parent a87b58a633
commit b4eac6d6a9
6 changed files with 120 additions and 32 deletions

View File

@ -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: