-
adding bounce to ease expression (no keyframes)?
I have two points that are being generated by the size of a text layer.
I am moving it on screen with:p1=thisComp.layer(“CONTROL”).effect(“OFF SCREEN POSITION”)(“Point”);
p2=thisComp.layer(“CONTROL”).effect(“MAIN POSITION”)(“Point”);
ease(time,2,3,p1,p2)Is there a way to add bounce / inertia expression to the ease expression?
There are no keyframes.
p1=thisComp.layer("CONTROL").effect("OFF SCREEN POSITION")("Point");
p2=thisComp.layer("CONTROL").effect("MAIN POSITION")("Point");
ease(time,2,3,p1,p2)