-
easeIn() reserse
Hi
I’m familiar with linear() and ease() functions. They work with two keyframes at a time, right? Is there a way I can set this with 4 keyframes? Below is an Expression for a layer traveling from point A to B, I’d like to gain control for points C and D.
Thanks for reading
if(numKeys >= 2){
 t1 = key(1).time;
 t2 = key(2).time;
p1 =transform.position;
Â
easeIn(time,t1,t2,valueAtTime(t2),p1);
}else
 value
Sorry, there were no replies found.