mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Use super
This commit is contained in:
parent
9180a687f9
commit
69cf682f07
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class FadeOut(Transform):
|
|||
return self.mobject.copy().fade(1)
|
||||
|
||||
def clean_up_from_scene(self, scene=None):
|
||||
Transform.clean_up_from_scene(self, scene)
|
||||
super().clean_up_from_scene(scene)
|
||||
self.interpolate(0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue