mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
alpha_func and interpoloation_function renamed to rate_func and path_func
This commit is contained in:
@ -40,7 +40,7 @@ class DelayByOrder(Animation):
|
||||
|
||||
class TransformAnimations(Transform):
|
||||
DEFAULT_CONFIG = {
|
||||
"alpha_func" : squish_alpha_func(smooth)
|
||||
"rate_func" : squish_rate_func(smooth)
|
||||
}
|
||||
def __init__(self, start_anim, end_anim, **kwargs):
|
||||
digest_config(self, kwargs, locals())
|
||||
|
Reference in New Issue
Block a user