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:
@ -233,7 +233,7 @@ class GraphScene(Scene):
|
||||
for point in self.points
|
||||
])
|
||||
self.play(Transform(
|
||||
start, end, alpha_func = there_and_back,
|
||||
start, end, rate_func = there_and_back,
|
||||
**kwargs
|
||||
))
|
||||
self.remove(start)
|
||||
|
Reference in New Issue
Block a user