mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
End of efvgt project
This commit is contained in:
@ -35,7 +35,7 @@ class Transform(Animation):
|
||||
if "path_arc" in kwargs:
|
||||
self.path_func = path_along_arc(
|
||||
kwargs["path_arc"],
|
||||
kwargs["path_arc_axis"]
|
||||
kwargs.get("path_arc_axis", OUT)
|
||||
)
|
||||
|
||||
def init_path_func(self):
|
||||
|
Reference in New Issue
Block a user