Better yet, how would I have the animation trigger if a value goes above a certain threshold.
IE if a number is > than 5 play this animation ease(time, start(as soon as the value went above the threshold), end (start + duration), value1, value2)
But once it returns to under the threshold of 5 reverse that animation like this: ease(time, start(as soon as the value went back below the threshold), end (start + duration), value2, value1)
– Fletcher Groeneman