mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-07-15 07:57:41 +08:00
Added support for Neural Network overhead title and per-layer title.
This commit is contained in:
@ -56,7 +56,7 @@ class PairedQueryLayer(NeuralNetworkLayer):
|
||||
return assets
|
||||
|
||||
@override_animation(Create)
|
||||
def _create_layer(self):
|
||||
def _create_override(self):
|
||||
# TODO make Create animation that is custom
|
||||
return FadeIn(self.assets)
|
||||
|
||||
|
Reference in New Issue
Block a user