mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Pattern for power rule in eoc3
This commit is contained in:
@ -124,6 +124,7 @@ class ApplyMethod(Transform):
|
||||
target = copy.deepcopy(method)(*args)
|
||||
Transform.__init__(self, method.im_self, target, **kwargs)
|
||||
|
||||
|
||||
class FadeOut(Transform):
|
||||
CONFIG = {
|
||||
"remover" : True,
|
||||
|
Reference in New Issue
Block a user