alpha_func and interpoloation_function renamed to rate_func and path_func

This commit is contained in:
Grant Sanderson
2016-01-01 14:51:16 -08:00
parent 0827db0259
commit 4b479cac1d
20 changed files with 98 additions and 98 deletions

View File

@ -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
)