mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Scene no longer cares about pointless mobjects
This commit is contained in:
@ -77,7 +77,6 @@ class VMobject(Mobject):
|
||||
return self
|
||||
|
||||
def fade(self, darkness = 0.5):
|
||||
self.set_fill(opacity = 1-darkness)
|
||||
Mobject.fade(self, darkness)
|
||||
return self
|
||||
|
||||
|
Reference in New Issue
Block a user