Introduced update_submobject to Animation. I'd be surprised if this didn't break something.

This commit is contained in:
Grant Sanderson
2016-07-22 15:50:52 -07:00
parent 627f16b057
commit 46e5dbfa14
8 changed files with 232 additions and 133 deletions

View File

@ -133,7 +133,6 @@ 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: