Added support for Neural Network overhead title and per-layer title.

This commit is contained in:
Alec Helbling
2022-04-19 00:36:15 -04:00
parent 05f512f185
commit 229c27fa3f
12 changed files with 77 additions and 16 deletions

View File

@ -17,7 +17,7 @@ class ImageLayer(NeuralNetworkLayer):
self.add(self.image_mobject)
@override_animation(Create)
def _create_animation(self, **kwargs):
def _create_override(self, **kwargs):
return FadeIn(self.image_mobject)
def make_forward_pass_animation(self):