-
Animate a layer in and out via the ease expression
Hey Guys,
is there a way to animate one layer in and out via the ‘ease’ expressions?
I tried this, but it’s not working obviously^^
Variables are just placeholders ☺
How would I get around that?Thanks!
easeOut(time,inPoint,inPoint+.5,[x,y],[x1,y1]);
easeIn(time,outPoint,outPoint-.5,[x,y],[x1,y1]);