-
Exponential Jitter/Wiggle Expression Over Time?
Hi CC,
I’m not new to coding but am I new to expressions and was wondering what the expression was to exponentially increase jitter/wiggle over time?
I have this but it’s not very smooth. It’s rather lumpy:
timeToStart = 5;
if (time > timeToStart){
wiggle(5000,time*2);
}else{
value;
}Also is there a good resource page for this?
Thanks a bunch for any suggestions.