-
Control Expression Start
I’m using this great “Bouncy Scale In” expression from mographwiki.net but can’t control when it starts. Currently, it starts at the beginning of the comp regardless of where the layer starts.
I’ve tried to modify it using a couple methods I’ve found on the forums, but I either break it or it doesn’t do anything. Any help would be appreciated. Thanks!
k=16; // final scale
a=5; // how quickly the bounce ends
b=20; // how many bounces it'll do (that is, the bounce speed)
x=k*(1-Math.exp(-a*time)*Math.cos(b*time));
[x,x]