mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Beginning part2 of nn project
This commit is contained in:
@ -330,9 +330,9 @@ class LaggedStart(Animation):
|
||||
anim.update(alpha)
|
||||
return self
|
||||
|
||||
def clean_up(self, *args, **kwargs):
|
||||
for anim in self.subanimations:
|
||||
anim.clean_up(*args, **kwargs)
|
||||
# def clean_up(self, *args, **kwargs):
|
||||
# for anim in self.subanimations:
|
||||
# anim.clean_up(*args, **kwargs)
|
||||
|
||||
class DelayByOrder(Animation):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user