Fixed Animation to work for updating mobjects

This commit is contained in:
Grant Sanderson
2019-02-08 12:32:24 -08:00
parent bf738b70d7
commit ec638de1ec
4 changed files with 72 additions and 56 deletions

View File

@ -139,7 +139,7 @@ class FadeOut(Transform):
def clean_up_from_scene(self, scene=None):
Transform.clean_up_from_scene(self, scene)
self.update(0)
self.interpolate(0)
class FadeIn(Transform):