-
Animation scrolling expression
I want to do a animation as scrolling a webpage, all with expressions.
How to repeat this animation for each step like a scrolling ?
Also I want that animation not trigger direclty, but wait 2 seconds before it begin.
startPostion = 220; //position of my placeholder in main composition(1920×1080).
endPosition = 220 – (thisLayer.height *0.835)+860; //(placeholder height * scale) + 1080 -220.
numberSteps = 3; // number of step scrolling.
easeOut(time*1.05, 220, endPosition)