mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
fixed typo
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user