mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 06:22:54 +08:00
Introduced update_submobject to Animation. I'd be surprised if this didn't break something.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user