mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
fixed typo
This commit is contained in:
parent
3eac0c32c5
commit
18bac2e186
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ class Mobject(Container):
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def fade_to(self, color, alpha):
|
def fade_to(self, color, alpha):
|
||||||
for mob in self.subobject_family():
|
for mob in self.submobject_family():
|
||||||
mob.fade_to_no_recurse(self, color, alpha)
|
mob.fade_to_no_recurse(self, color, alpha)
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue