diff options
Diffstat (limited to 'cli/app/search/live.py')
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
