mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
alpha_func and interpoloation_function renamed to rate_func and path_func
This commit is contained in:
@ -19,7 +19,7 @@ class RearrangeEquation(Scene):
|
||||
leave_start_terms = False,
|
||||
transform_kwargs = {},
|
||||
):
|
||||
transform_kwargs["interpolation_function"] = path
|
||||
transform_kwargs["path_func"] = path
|
||||
start_mobs, end_mobs = self.get_mobs_from_terms(
|
||||
start_terms, end_terms, size
|
||||
)
|
||||
|
Reference in New Issue
Block a user