-
smooth out an expression
I want to take a variable in an expression that changes every frame and ease it over time so I don’t get flicker, like smooth over 5 frames worth. I think it will look something like this perhaps?
phi = ease(time,start,end,startPhi,endPhi);
framestotime(phi)