Hi there! It’s really helpful! Is it possible to add to this script a inertial bounce? I tried to combine two scenarios, but this was unsuccessful.
if (numKeys > 1){
t1 = key(1).time;
t2 = key(2).time;
v1 = 0;
v2 = effect("Slider Control")("Slider");
linear(time,t1,t2,v1,v2);
}else
value