Up to weight matrix introduction of nn

This commit is contained in:
Grant Sanderson
2017-09-29 14:17:13 -07:00
parent 2d20084573
commit 7f69b6aa93
4 changed files with 656 additions and 14 deletions

View File

@ -330,6 +330,10 @@ class LaggedStart(Animation):
anim.update(alpha)
return self
def clean_up(self, *args, **kwargs):
for anim in self.subanimations:
anim.clean_up(*args, **kwargs)
class DelayByOrder(Animation):
"""
Modifier of animation.