From a522fd19b165cb2a5337ff0f54821cfc5ae85f58 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 19 Jan 2020 20:56:59 +0100 Subject: easing functions --- cli/app/search/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 1fd3ddf..722df89 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -100,7 +100,7 @@ class SinParam: orbit_speed = InterpolatorParam(name=name + '_speed', value=FPS, smooth=True) orbit_time = InterpolatorParam(name=name + '_time', value=0.0) if lerp: - noise = LerpParam(name + '_noise', shape=shape, datatype=datatype, ease=easing.LinearInOut) + noise = LerpParam(name + '_noise', shape=shape, datatype=datatype, ease=easing.CubicEaseInOut) noise_out = noise.output else: noise = InterpolatorParam(name + '_noise_a', shape=shape, datatype=datatype) -- cgit v1.2.3-70-g09d2