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

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