mirror of
https://github.com/3b1b/manim.git
synced 2025-08-06 06:46:07 +08:00
interpolate_mobject should return self
This commit is contained in:
@ -1088,6 +1088,7 @@ class Mobject(Container):
|
||||
mobject1.points, mobject2.points, alpha
|
||||
)
|
||||
self.interpolate_color(mobject1, mobject2, alpha)
|
||||
return self
|
||||
|
||||
def interpolate_color(self, mobject1, mobject2, alpha):
|
||||
pass # To implement in subclass
|
||||
|
Reference in New Issue
Block a user