mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
reverted to earlier version
This commit is contained in:
@ -140,13 +140,6 @@ class ApplyPointwiseFunction(ApplyMethod):
|
||||
)
|
||||
|
||||
|
||||
class ApplyPointwiseFunctionToCenter(ApplyPointwiseFunction):
|
||||
def __init__(self, function, mobject, **kwargs):
|
||||
ApplyMethod.__init__(
|
||||
self, mobject.move_to, function(mobject.get_center()), **kwargs
|
||||
)
|
||||
|
||||
|
||||
class FadeToColor(ApplyMethod):
|
||||
def __init__(self, mobject, color, **kwargs):
|
||||
ApplyMethod.__init__(self, mobject.set_color, color, **kwargs)
|
||||
|
Reference in New Issue
Block a user