mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 14:37:47 +00:00
Small fix to Mobject.fade_to
This commit is contained in:
parent
5454af3b65
commit
3649547862
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ class Mobject(Container):
|
|||
|
||||
def fade_to(self, color, alpha):
|
||||
for mob in self.get_family():
|
||||
mob.fade_to_no_recurse(self, color, alpha)
|
||||
mob.fade_to_no_recurse(color, alpha)
|
||||
return self
|
||||
|
||||
def fade_no_recurse(self, darkness):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue