-
ease wiggle value out at time
Here’s my code:
timeToStop = 6;
if (time > timeToStop){
value;
}else{
[value[0],wiggle(0.3,7)[1],value[2]];
}Is there a way to say to the wiggle in this instance to ease down the amplitude between 5 and 6 seconds from current value to zero?
Any help very much appreciated.