mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Preliminary end to eoc5 animations
This commit is contained in:
@ -130,7 +130,8 @@ class ApplyMethod(Transform):
|
||||
"the method you want to animate"
|
||||
)
|
||||
assert(isinstance(method.im_self, Mobject))
|
||||
target = copy.deepcopy(method)(*args)
|
||||
method_kwargs = kwargs.get("method_kwargs", {})
|
||||
target = copy.deepcopy(method)(*args, **method_kwargs)
|
||||
Transform.__init__(self, method.im_self, target, **kwargs)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user