mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Fixed Animation to work for updating mobjects
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user