From ec097d294daae2fea7f9cb83aee8a00885f38426 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 19 Jan 2020 20:58:49 +0100 Subject: easing functions --- cli/app/search/live.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 722df89..f3a4ea7 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -123,9 +123,11 @@ class SinParam: # randomize the orbit when possible - # - check if we've done one full orbital period # - check if the noise is done transitioning + """ if self.lerp and self.t >= self.orbit_speed.value and self.noise.n.value == 0 or self.noise.n.value == 1: self.noise.switch() self.t = 0 + """ class LerpParam: def __init__(self, name, shape, a_in=None, b_in=None, datatype="noise", ease=easing.QuadEaseInOut): -- cgit v1.2.3-70-g09d2